@media (max-width: 991.98px) {
    .auth-fluid .auth-fluid-form-box {
        max-width: 100%;
        min-height: 96vh;
    }
}
@media (max-width: 991.98px) {
    .auth-fluid {
        display: flex;
    }
}

.auth-fluid {
    min-height: 96vh;
}

.auth-fluid .auth-fluid-form-box {
    max-width: 960px;
}

.d-flex {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-evenly;
}

.btn-login {
    background: #0270bd;
    border: 1px solid #0270bd !important;
}

.btn-login:hover {
    background: #0270bd;
    border: 1px solid #0270bd !important;
}

.btn-reg:hover {
    background: #ffffff;
    border: 1px solid #0270bd !important;
}

a {
    color: #4d709d;
}

.auth-fluid .auth-fluid-right {
    background-color: rgba(0, 0, 0, 0);
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

label.form-label {
    font-weight: 600;
    color: #000;
    font-family: sans-serif;
}

.parsley-errors-list > li:before {
    font-family: none;
}
.btn {
    font-size: 17px;
    font-weight: 600;
}
.auth-fluid-form-box {
    background-color: #f9fdff !important;
}
