.login-container {
    display: flex;
    height: 100vh;
    align-items: center;
}


/* LEFT BANNER */

.login-banner {
    width: 45%;
    background: linear-gradient(0deg, #272727 0%, #000 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin: 20px;
    height: 96vh;
}

.custom-bottom-img {
    top: 210px;
    position: absolute;
    left: 0;
}

.custom-img-left {
    max-width: 300px;
}

.login-main,
.login-expired,
.login-set-pin,
.login-enter {
    width: 52%;
    display: flex;
}

/* RIGHT FORM */

.login-expired,
.login-set-pin,
.login-enter {
    display: none;
}

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

.form-box {
    width: 400px;
}

.form-box-v2 {
    width: 600px;
}

.key-icon {
    padding: 3px;
    width: 40px;
    height: 40px;
    border-radius: 60px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #EEF7FF 0%, #FFF 100%);
    box-shadow: -1px 1px 3.7px 0 rgba(72, 135, 246, 0.15);
}

.custom-click-here {
    font-family: 'Arial-Bold';
    font-weight: 700 !important;
}

.kb365-text {
    color: #3B82F6;
    font-size: 14px;
    font-weight: 700;
}

.title {
    color: #163F78;
    font-family: 'Arial-Extra';
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
}

.create-account {
    color: #3F5978;
    text-overflow: ellipsis;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

.forgot-password {
    overflow: hidden;
    color: #163F78;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 12px !important;
    font-weight: 7;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    font-family: 'Arial-Bold';
}

.small-text-left {
    color: #BBB;
    font-size: 12px;
    font-weight: 400;
}

.mb-5 label {
    color: #858585;
    font-size: 11px;
    font-weight: 400;
}

.name-form-login {
    color: #333A3B;
    font-size: 18px;
    font-weight: 700;
}

.terms {
    overflow: hidden;
    color: #3F5978;
    text-overflow: ellipsis;
    font-family: Arial;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

.agree-text {
    color: #BBB;
    font-size: 12px;
    font-weight: 400;
}

.signin {
    color: #163F78;
    font-size: 22px;
    font-weight: 700;
}

.small-text {
    font-size: 14px;
}

.forgot {
    font-size: 13px;
}

.btn-login {
    background: #9fa7ad;
    color: white;
    font-weight: 600;
    padding: 12px;
    border-radius: 6px;
}

.terms {
    font-size: 13px;
}


/* RESPONSIVE */

@media (max-width:992px) {

    .login-container {
        flex-direction: column;
    }

    .login-banner {
        width: 100%;
        height: 250px;
        margin: 0;
        border-radius: 0;
    }

    .login-form {
        width: 100%;
        padding: 30px;
    }

    .custom-img-left {
        max-width: 146px;
    }

    .custom-bottom-img {
        top: 115px;
        position: absolute;
        left: 0;
    }

    .form-box {
        width: 100%;
        max-width: 400px;
    }

    .form-box-v2 {
        width: 100%;
        max-width: 400px;
    }
}

.main-form {
    display: none;
}

.main-form:first-child {
    display: block;
}
.row label {
    font-weight: 400;
    font-size: 14px;
    color: #163F78 !important;
}