.loader {
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0, .5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loader-title { color: #fff; }
.spinner-grow {
    color: #304aca;
}
.form-action--hide {
    display: none !important;
}
