﻿.wizard [data-wizard-type=step-content] {
    display: none !important;
}

    .wizard [data-wizard-type=step-content][data-wizard-state=current] {
        display: block !important;
    }

.login.login-4 .login-aside {
    background: linear-gradient(147.04deg, #002e5d 0.74%, #0c5299 99.61%);
}

.login-aside-title {
    font-family: "Loro", serif !important;
    font-size: 30px;
    font-weight: 400;
}

/* If the screen size is 576px wide (sm) or more, set the font-size to 40px */
@media (min-width: 576px) {
    .login-aside-title {
        font-size: 40px !important;
    }
}

/* If the screen size is 768px wide (md) or more, set the font-size to 45px */
@media (min-width: 768px) {
    .login-aside-title {
        font-size: 45px !important;
    }
}

/* If the screen size is 1400px wide (xxl) or more, set the font-size to 45px */
@media (min-width: 1400px) {
    .login-aside-title {
        font-size: 45px !important;
    }
}

/* If the screen size is 1700px wide (xxxl) or more, set the font-size to 60px */
@media (min-width: 1700px) {
    .login-aside-title {
        font-size: 60px !important;
    }
}

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-icon {
    background-color: #002e5d;
}

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-icon .wizard-check {
    background-color: #002e5d;
}

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-icon {
    background-color: #002e5d;
}

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-icon .wizard-number {
    color: #ffffff;
}

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-icon .wizard-check {
    color: #ffffff;
}

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-desc {
    color: #3F4254;
}

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-desc {
    font-size: 1.10rem;
}