.login .login-aside {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 667px;
}

.login .login-aside .wizard-nav {
    padding: 0;
}

.login .login-aside .wizard-nav .wizard-steps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #3b7193;
    width: 340px;
    padding: 20px 30px;
    text-align: left !important;
    opacity: 0.95;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step {
    padding: 0.75rem 0;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    margin-bottom: 1rem;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step:last-child {
    margin-bottom: 0;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step .wizard-wrapper {
    display: flex;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step .wizard-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #F3F6F9;
    margin-right: 1.4rem;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-check {
    display: none;
    font-size: 1.4rem;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-number {
    font-weight: 600;
    color: #3F4254;
    font-size: 1.35rem;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step .wizard-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
    color: #181C32;
    font-weight: 500;
    font-size: 1.4rem;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-desc {
    color: #B5B5C3;
    font-size: 1.08rem;
    font-weight: 500;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-icon {
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    background-color: #C9F7F5;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-icon .wizard-check {
    color: #1BC5BD;
    display: inline-block;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-icon .wizard-number {
    display: none;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-title {
    color: #B5B5C3;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-desc {
    color: #D1D3E0;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] {
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-icon {
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    background-color: #C9F7F5;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-icon .wizard-check {
    color: #1BC5BD;
    display: none;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-icon .wizard-number {
    color: #1BC5BD;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-title {
    color: #8CC53F;
}

.login .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-desc {
    color: #B5B5C3;
}

.login .login-aside .aside-img-wizard {
    min-height: 320px !important;
    background-size: 400px;
}

.login .login-content {
    background-color: #F3F5F9;
}

.login .login-content .form-group .fv-help-block {
    font-size: 1.1rem !important;
    padding-top: 3px;
}

.login .login-aside .login-logo img {
    width: 400px;
}

@media (min-width: 992px) {
    .login .login-aside {
        width: 100%;
        max-width: calc(100% - 500px); /*600px;*/
    }

    .login .login-aside .aside-img {
        min-height: 550px !important;
        background-size: 630px;
    }

    .login .login-content .top-signup {
        max-width: 650px;
        width: 100%;
    }

    .login .login-content .top-signin {
        max-width: 450px;
        width: 100%;
    }

    .login .login-content .top-forgot {
        max-width: 450px;
        width: 100%;
    }

    .login .login-content .login-form {
        width: 100%;
        max-width: 450px;
    }

    .login .login-content .login-form.login-form-signup {
        max-width: 650px;
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .login .login-aside {
        width: 100%;
        max-width: calc(100% - 500px); /*400px;*/
    }

    .login .login-aside .login-logo img {
        width: 250px;
    }
}

@media (max-width: 991.98px) {
    .login .login-aside .aside-img {
        min-height: 500px !important;
        background-size: 500px;
    }

    .login .login-aside .login-logo {
        text-align: center;
    }

    .login .login-aside .login-logo img {
        width: 200px;
    }

    .login .login-aside .wizard-nav {
        padding: 0;
        align-content: center;
    }

    .login .login-aside .wizard-nav .wizard-steps .wizard-step {
        margin-bottom: 0.5rem;
    }

    .login .login-aside .wizard-nav .wizard-steps .wizard-step:last-child {
        margin-bottom: 0;
    }

    .login .login-content .top-signup {
        width: 100%;
        max-width: 400px;
    }

    .login .login-content .top-signin {
        max-width: 400px;
        width: 100%;
    }

    .login .login-content .top-forgot {
        max-width: 400px;
        width: 100%;
    }

    .login .login-content .login-form {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 575.98px) {
    .login .login-aside .aside-img {
        min-height: 300px !important;
        background-size: 350px;
    }
}

#kt_user_login_form .hide-password, #kt_user_login_form .show-password {
    position: absolute;
    top: 1rem;
}

#kt_user_signup_form .hide-password, #kt_user_signup_form .show-password {
    position: absolute;
    top: 3.4rem;
}

#kt_user_reset_form .hide-password, #kt_user_reset_form .show-password {
    position: absolute;
    top: 1.2rem;
}

.signup-step {
    min-height: 560px;
}

#kt_user_login_form input:disabled, #kt_user_signup_form input:disabled, #kt_user_reset_form input:disabled {
    background-color: #E4E6EF;
}

#resend_email_code, #resend_phone_code {
    position: absolute;
    top: 2.8rem;
}

#kt_user_otp {
    min-height: 300px;
}

.phone_hidden {
    vertical-align: -0.25rem;
}