/* form.ajax-auth {
    display: none;
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.ajax-auth label.error {
    display: none !important;
}

.ajax-auth input.error {
    border: 1px solid #FF0000 !important;
}

.ajax-auth a {
    text-decoration: none;
}

.ajax-auth p.status {
    text-align: center;
    margin: -15px 0 20px 0;
    font-weight: 600;
    display: none;
}

.login_overlay {
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.9;
    position: fixed;
    z-index: 998;
}

.wrapper-modal-login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.modal-login,
.modal-register {
    position: relative;
} */