﻿:root {
    --auth-ink: #0b2460;
    --auth-blue: #087cf0;
    --auth-blue-dark: #066eca;
    --auth-cyan: #40c7ff;
    --auth-line: #bfd9f5;
    --auth-muted: #667085;
    --auth-font: Arial;
}


/* =========================================================
   PAGE
   ========================================================= */

html,
body,
body.login-page {
    width: 100%;
    min-height: 100%;
}

    body.login-page {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden;
        background: #eef8ff;
        font-family: var(--auth-font);
    }

        body.login-page > .row {
            min-height: 100vh;
            margin: 0 !important;
        }

            body.login-page > .row > #breadcrumb {
                float: none;
                width: 100%;
                min-height: 100vh;
                padding: 0 !important;
            }


/* =========================================================
   AUTH BACKGROUND
   ========================================================= */

.change-password-experience {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    isolation: isolate;
    font-family: var(--auth-font);
    background-color: #062d57;
    background-image: var(--auth-background-image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* =========================================================
   DATE / TIME
   ========================================================= */

.change-password-utility {
    position: fixed;
    z-index: 9999;
    top: 18px;
    right: 24px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

    .change-password-utility .datetime-item {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        white-space: nowrap;
    }

    .change-password-utility .datetime-icon {
        margin-top: 2px;
        color: #17458b;
        font-size: 16px;
    }

    .change-password-utility .datetime-content {
        display: flex;
        flex-direction: column;
        min-width: 118px;
        line-height: 1.15;
        text-align: left;
    }

    .change-password-utility .current-date {
        color: #223a77;
        font-size: 11px;
        font-weight: 500;
        white-space: nowrap;
    }

    .change-password-utility .current-time {
        display: block;
        margin-top: 3px;
        color: #0b2460;
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
    }


/* =========================================================
   MAIN LAYOUT
   ========================================================= */

.change-password-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(460px, 560px);
    gap: clamp( 28px, 4vw, 60px );
    width: min( 1320px, 92vw );
    min-height: 100vh;
    margin: 0 auto;
    padding: 72px 0 20px;
    box-sizing: border-box;
    align-items: center;
}


/* =========================================================
   LEFT BRAND
   ========================================================= */

.change-password-brand {
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: #ffffff;
}


/* =========================================================
   BRAND NAME
   ========================================================= */

.change-password-brand-name {
    margin: 0;
    padding-bottom: 7px;
    font-family: var(--auth-font);
    font-size: clamp( 52px, 5.2vw, 82px );
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 1.08;
    background: linear-gradient( 90deg, #ffffff, #a8e0ff );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    overflow: visible;
}


/* =========================================================
   BRAND CAPTION
   ========================================================= */

.change-password-brand-caption {
    margin: 8px 0 0;
    color: #d0eaff;
    font-size: clamp( 12px, 1.1vw, 17px );
    letter-spacing: clamp( 4px, .58vw, 8px );
}


/* =========================================================
   BRAND RULE
   ========================================================= */

.change-password-brand-rule {
    width: 87px;
    height: 5px;
    margin: 19px 0 23px;
    border-radius: 6px;
    background: #46c8ff;
}


/* =========================================================
   BRAND HEADLINE
   ========================================================= */

.change-password-brand-headline {
    margin: 0;
    color: #ffffff;
    font-family: var(--auth-font);
    font-size: clamp( 34px, 3vw, 48px );
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -1.5px;
}

    .change-password-brand-headline span {
        color: var(--auth-cyan);
    }


/* =========================================================
   BRAND COPY
   ========================================================= */

.change-password-brand-copy {
    margin: 14px 0 0;
    color: #ffffff;
    font-size: clamp( 15px, 1.3vw, 20px );
    line-height: 1.4;
}


/* =========================================================
   BRAND VALUES
   ========================================================= */

.change-password-brand-values {
    display: grid;
    grid-template-columns: repeat( 4, minmax(0, 1fr) );
    margin-top: 26px;
}

.change-password-brand-value {
    min-width: 0;
    padding: 0 12px;
    border-right: 1px solid rgba(112, 202, 255, .48);
    color: #ffffff;
    font-size: clamp( 10px, .95vw, 14px );
    line-height: 1.25;
    text-align: center;
}

    .change-password-brand-value:first-child {
        padding-left: 0;
    }

    .change-password-brand-value:last-child {
        padding-right: 0;
        border-right: 0;
    }

    .change-password-brand-value .fa {
        display: block;
        margin-bottom: 7px;
        color: #d6f1ff;
        font-size: 29px;
    }


/* =========================================================
   LEFT FOOTER
   ========================================================= */

.change-password-brand-footer {
    margin-top: 29px;
    color: #ffffff;
    font-size: 9px;
    letter-spacing: 4px;
    white-space: nowrap;
}

    .change-password-brand-footer span {
        padding: 0 9px;
        color: #9fd9ff;
    }


/* =========================================================
   RIGHT PANEL
   ========================================================= */

.change-password-panel {
    position: relative;
    width: 100%;
    max-width: 560px;
    min-width: 0;
    min-height: 500px;
    justify-self: end;
    box-sizing: border-box;
    padding: 28px 38px 20px;
    overflow: hidden;
    border: 1px solid #a9d4ff;
    border-radius: 20px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 20px 50px rgba(31, 111, 182, .16);
}


    /* =========================================================
   TOP ACCENT
   ========================================================= */

    .change-password-panel::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 42%;
        height: 3px;
        border-radius: 20px 0 4px;
        background: linear-gradient( 90deg, #0476ed, #50c9ff );
        content: "";
    }


/* =========================================================
   PANEL INNER
   ========================================================= */

.change-password-panel-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 450px;
    box-sizing: border-box;
}


/* =========================================================
   PANEL TITLE
   ========================================================= */

.change-password-panel-title {
    margin: 0;
    color: var(--auth-ink);
    font-family: var(--auth-font);
    font-size: 31px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -1px;
}


/* =========================================================
   PANEL SUBTITLE
   ========================================================= */

.change-password-panel-subtitle {
    margin: 6px 0 24px;
    color: #29458a;
    font-family: var(--auth-font);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 3px;
}


/* =========================================================
   INTRO
   ========================================================= */

.change-password-intro {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin-bottom: 19px;
}


/* =========================================================
   INTRO ICON
   ========================================================= */

.change-password-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 15px;
    background: linear-gradient( 145deg, #e5f5ff, #d8efff );
    color: var(--auth-blue);
    font-size: 27px;
}


/* =========================================================
   INTRO TEXT
   ========================================================= */

.change-password-eyebrow {
    margin: 0 0 4px;
    color: var(--auth-blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.change-password-heading {
    margin: 0 0 5px;
    color: var(--auth-ink);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.5px;
}

.change-password-description {
    margin: 0;
    color: #425a8a;
    font-size: 12px;
    line-height: 1.45;
}


/* =========================================================
   SERVER RESPONSE
   ========================================================= */

.change-password-response {
    margin: -4px 0 12px;
    padding: 9px 12px;
    border: 1px solid #ffd1d1;
    border-radius: 7px;
    background: #fff6f6;
    color: #d92d20;
    font-size: 11px;
    font-weight: 600;
}


/* =========================================================
   FORM
   ========================================================= */

.change-password-form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

    .change-password-form .form-group {
        position: relative;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-bottom: 10px;
        box-sizing: border-box;
    }


    /* =========================================================
   FORM CONTROL
   ========================================================= */

    .change-password-form .form-control {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 46px;
        box-sizing: border-box;
        padding: 10px 48px;
        border: 1px solid var(--auth-line);
        border-radius: 8px;
        color: var(--auth-ink);
        font-family: var(--auth-font);
        font-size: 13px;
        box-shadow: none;
    }

        .change-password-form .form-control:focus {
            border-color: var(--auth-blue);
            box-shadow: 0 0 0 3px rgba(8, 124, 240, .10);
        }


    /* =========================================================
   FIELD ICON
   ========================================================= */

    .change-password-form .form-control-feedback {
        top: 0;
        right: auto;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        padding: 0 !important;
        color: #52638e;
        font-size: 16px;
    }


/* =========================================================
   OTP ROW
   ========================================================= */

.change-password-otp-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
}

.change-password-otp-input {
    position: relative;
    min-width: 0;
}


/* =========================================================
   CAPTCHA TARGET
   ========================================================= */

.change-password-otp-row #divCaptcha {
    display: none;
}


/* =========================================================
   RESEND OTP
   ========================================================= */

.change-password-resend {
    width: auto;
    min-width: 105px;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid #67b7f4;
    border-radius: 8px;
    background: #f7fcff;
    color: #0879d0;
    font-family: var(--auth-font);
    font-size: 12px;
    font-weight: 700;
    box-shadow: none;
}

    .change-password-resend:hover,
    .change-password-resend:focus {
        border-color: var(--auth-blue);
        background: #eaf6ff;
        color: var(--auth-blue-dark);
        outline: 0;
    }


/* =========================================================
   UPDATE PASSWORD BUTTON
   ========================================================= */

.change-password-submit {
    width: 100%;
    min-height: 46px;
    margin-top: 3px;
    border: 0;
    border-radius: 9px;
    background: linear-gradient( 90deg, #087bd9, #078fe9 );
    color: #ffffff;
    font-family: var(--auth-font);
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 8px 17px rgba(8, 120, 232, .20);
}

    .change-password-submit:hover,
    .change-password-submit:focus {
        border: 0;
        background: var(--auth-blue-dark);
        color: #ffffff;
        outline: 0;
    }


/* =========================================================
   ERROR
   ========================================================= */

.change-password-form #error-area {
    min-height: 13px;
    margin-top: 6px;
    color: #d92d20 !important;
    font-size: 11px;
}

    .change-password-form #error-area p {
        margin: 0;
    }


/* =========================================================
   NOTE
   ========================================================= */

.change-password-note {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 7px;
    color: #53698d;
    font-size: 10px;
}

    .change-password-note .fa {
        color: var(--auth-blue);
        font-size: 15px;
    }


/* =========================================================
   PANEL FOOTER
   ========================================================= */

.change-password-panel-footer {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 10px;
    margin: auto 0 0;
    padding: 14px 0 0;
    box-sizing: border-box;
    color: #294584;
    font-size: 8px;
    letter-spacing: 2.5px;
    white-space: nowrap;
    background: transparent;
    border: 0;
}

    .change-password-panel-footer::before,
    .change-password-panel-footer::after {
        flex: 1 1 auto;
        min-width: 20px;
        height: 1px;
        background: #8394bc;
        content: "";
    }

    .change-password-panel-footer span {
        color: #7183ad;
        letter-spacing: 0;
    }


/* =========================================================
   SUCCESS MODAL
   ========================================================= */

#modalTransactionsDetails .modal-dialog {
    margin-top: 12vh;
}

#modalTransactionsDetails .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 18px 50px rgba(2, 17, 42, .25);
}

#modalTransactionsDetails .modal-header {
    padding: 14px 18px;
    border: 0;
    background: linear-gradient( 90deg, #0876d8, #078de9 );
    color: #ffffff;
}

#modalTransactionsDetails .modal-title {
    margin: 0;
    color: #ffffff;
    font-family: var(--auth-font);
    font-size: 17px;
    font-weight: 600;
}

#modalTransactionsDetails .modal-body {
    padding: 24px 20px;
    color: var(--auth-ink);
    font-family: var(--auth-font);
    font-size: 13px;
}

    #modalTransactionsDetails .modal-body a {
        color: var(--auth-blue);
        font-weight: 700;
    }

#modalTransactionsDetails .modal-footer {
    padding: 10px 18px 16px;
    border: 0;
}

#modalTransactionsDetails .btn-info {
    min-width: 80px;
    border: 0;
    border-radius: 7px;
    background: var(--auth-blue);
    color: #ffffff;
}


/* =========================================================
   LAPTOP
   ========================================================= */

@media screen and (min-width: 769px) and (max-width: 1400px) {

    .change-password-layout {
        grid-template-columns: minmax(0, 1fr) minmax(440px, 520px);
        gap: 28px;
        width: 92vw;
    }


    .change-password-panel {
        max-width: 520px;
        min-height: 455px;
        padding: 22px 32px 15px;
    }


    .change-password-panel-inner {
        min-height: 418px;
    }


    .change-password-panel-title {
        font-size: 29px;
    }


    .change-password-panel-subtitle {
        margin-bottom: 18px;
        font-size: 9px;
        letter-spacing: 2.5px;
    }


    .change-password-brand-name {
        font-size: clamp( 50px, 5vw, 72px );
    }


    .change-password-brand-caption {
        font-size: 12px;
    }


    .change-password-brand-headline {
        font-size: clamp( 32px, 2.8vw, 43px );
    }


    .change-password-brand-copy {
        font-size: 15px;
    }


    .change-password-brand-value {
        font-size: 10px;
    }


        .change-password-brand-value .fa {
            font-size: 26px;
        }


    .change-password-intro {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 13px;
        margin-bottom: 14px;
    }


    .change-password-icon {
        width: 58px;
        height: 58px;
        font-size: 23px;
    }


    .change-password-heading {
        font-size: 21px;
    }


    .change-password-description {
        font-size: 11px;
    }


    .change-password-form .form-control,
    .change-password-form .form-control-feedback {
        height: 42px;
    }


    .change-password-resend {
        min-height: 42px;
    }


    .change-password-submit {
        min-height: 42px;
    }
}


/* =========================================================
   SHORT LAPTOP
   ========================================================= */

@media screen and (min-width: 769px) and (max-height: 820px) {

    .change-password-layout {
        padding: 58px 0 12px;
    }


    .change-password-panel {
        min-height: 455px;
    }


    .change-password-panel-inner {
        min-height: 418px;
    }


    .change-password-brand-values {
        margin-top: 18px;
    }


    .change-password-brand-footer {
        margin-top: 18px;
    }


    .change-password-panel-footer {
        padding-top: 9px;
        font-size: 7px;
    }
}


/* =========================================================
   VERY SHORT DESKTOP
   ========================================================= */

@media screen and (min-width: 769px) and (max-height: 700px) {

    .change-password-layout {
        padding: 48px 0 8px;
    }


    .change-password-panel {
        min-height: 410px;
        padding: 15px 30px 10px;
    }


    .change-password-panel-inner {
        min-height: 383px;
    }


    .change-password-panel-title {
        font-size: 26px;
    }


    .change-password-panel-subtitle {
        margin-bottom: 10px;
    }


    .change-password-intro {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 10px;
        margin-bottom: 8px;
    }


    .change-password-icon {
        width: 46px;
        height: 46px;
        font-size: 19px;
    }


    .change-password-eyebrow {
        font-size: 8px;
    }


    .change-password-heading {
        font-size: 18px;
    }


    .change-password-description {
        font-size: 10px;
    }


    .change-password-form .form-group {
        margin-bottom: 6px;
    }


    .change-password-form .form-control,
    .change-password-form .form-control-feedback {
        height: 37px;
    }


    .change-password-resend,
    .change-password-submit {
        min-height: 37px;
    }


    .change-password-note {
        margin-top: 4px;
    }


    .change-password-panel-footer {
        padding-top: 6px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 768px) {

    .change-password-experience {
        overflow-y: auto;
        background-position: 35% center;
    }


    .change-password-utility {
        top: 12px;
        right: 14px;
    }


        .change-password-utility .datetime-content {
            min-width: auto;
        }


        .change-password-utility .datetime-icon {
            font-size: 14px;
        }


        .change-password-utility .current-date {
            font-size: 9px;
        }


        .change-password-utility .current-time {
            font-size: 10px;
        }


    .change-password-layout {
        display: block;
        width: 100%;
        min-height: 100vh;
        padding: 64px 18px 22px;
    }


    .change-password-brand {
        padding: 0 10px 27px;
    }


    .change-password-brand-name {
        font-size: 48px;
    }


    .change-password-brand-caption {
        margin-top: 4px;
        font-size: 11px;
    }


    .change-password-brand-rule {
        width: 60px;
        height: 4px;
        margin: 13px 0 17px;
    }


    .change-password-brand-headline {
        font-size: 30px;
    }


    .change-password-brand-copy,
    .change-password-brand-values,
    .change-password-brand-footer {
        display: none;
    }


    .change-password-panel {
        width: 100%;
        max-width: none;
        min-height: 460px;
        padding: 24px 22px 18px;
        border-radius: 17px;
    }


    .change-password-panel-inner {
        min-height: 416px;
    }


    .change-password-panel-title {
        font-size: 28px;
    }


    .change-password-intro {
        grid-template-columns: 55px minmax(0, 1fr);
        gap: 12px;
    }


    .change-password-icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media screen and (max-width: 430px) {

    .change-password-layout {
        padding-left: 12px;
        padding-right: 12px;
    }


    .change-password-panel {
        padding: 22px 18px 16px;
    }


    .change-password-intro {
        grid-template-columns: 1fr;
    }


    .change-password-otp-row {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }


    .change-password-resend {
        width: 100%;
    }
}
