@media (min-width: 992px) {
    .w-lg-50 {
        width: 30% !important;
    }
}

@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 .auth-fluid-form-box {
    max-width: none;
}

.auth-fluid{
    min-height: 96vh;
}
.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;

}

a {
    color: #4d709d;
}

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

.step {
    display: none;
}

.step.active {
    display: block;
}

.card {
    background: #f9fdff;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #3390ff;
}

::selection {
    color: #fff;
    background: #3390ff;
}

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

label,
label.form-label {
    font-weight: 600;
    color: #000;
    font-family: sans-serif;
}
.btn {
    font-size: 17px;
    font-weight: 600;
}