@import '_root.min.css';

body {
    font-family: var(--font-family);
    color: #222525;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background: #F9FAFB;
}
loginWrp > a:hover {
    text-decoration: none;
    color: #000 !important;
}
.loginWrp {
    margin-top: 70px;
    display: table;
    width: 100%;
    background:#ffffff;
    border-radius:8px;
    padding:10px;
    box-shadow: 0 4px 18px rgba(16, 68, 120, 0.08);
}

/* Welcome Section */
.welcome-section {
    margin-top:20px;
    text-align: center;
    margin-bottom: 21px;
}

    .welcome-section h1 {
        margin: 0 0 6px;
        color: #182438;
        font-size: 18px;
        font-weight: 700;
    }

    .welcome-section p {
        margin: 0;
        color: #7b8492;
        font-size: 14px;
        font-weight:500;
    }


/* Form */
.form-group {
    margin-bottom: 12px;
}

    .form-group label {
        display: block;
        margin-bottom: 6px;
        color: #263448;
        font-size: 14px;
        font-weight: 600;
    }

/* Input */
.input-wrap {
    height: 31px;
    display: flex;
    align-items: center;
    border: 1px solid #d9e0e8;
    border-radius: 4px;
    background: #ffffff;
    padding: 0 9px;
}

    .input-wrap:focus-within {
        border-color: #0b4f96;
        box-shadow: 0 0 0 2px rgba(11, 79, 150, 0.08);
    }

.input-icon {
    color: #52718f;
    font-size: 20px;
    margin-right: 9px;
}

.input-wrap input {
    width: 100%;
    border: 0;
    outline: 0;
    color: #465363;
    background: transparent;
    font-size:14px;
}

    .loginWrp .title {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 10px;
    }

/* Continue Button */
.continue-btn {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 4px;
    background: #064487;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    box-shadow: 0 2px 5px rgba(6, 68, 135, 0.20);
    transition: all 0.2s ease;
}

    .continue-btn:hover {
        background: #05396f;
    }

    .continue-btn span {
        font-size: 16px;
        line-height: 1;
        font-weight: 400;
    }
/* Security Section */
.security-section {
    margin-top: 21px;
}

.security-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #657180;
    font-size: 13px;
}

    .security-title span {
        flex: 1;
        height: 1px;
        background: #e1e5e9;
    }

    .security-title strong {
        font-size: 13px;
        font-weight: 500;
        white-space: nowrap;
    }

.security-text {
    margin-top: 9px;
    text-align: center;
    color: #9aa3ad;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.shield {
    color: #0a5597;
    font-size: 11px;
}

/* Responsive */
@media (max-width: 480px) {

    .login-page {
        padding: 15px;
    }

    .login-card {
        width: 100%;
        max-width: 355px;
        padding-left: 35px;
        padding-right: 35px;
    }
}

#loginHrd {
    background: #ffffff;
    margin-bottom: 85px;
}

.whiteBox {
    background: #ffffff;
    padding: 15px 30px;
    min-height: 350px;
    margin-bottom: 50px;
    width: 55%;
    display: table-cell;

}

.grayBox {
    background: #012757;
    padding: 40px 30px;
    min-height: 350px;
    color: #ffffff;
    width: 45%;
    display: table-cell;
    text-align: center;
}

    .grayBox .title {
        color: #ffffff !important;
    }


.blueColor {
    color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--background-color);
    border-color: var(--border-color);
}
    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 0%);
    }
.loginWrp .btn-primary {
    width:100%;
    position: relative;
    padding: 10px 24px;
    border-style: solid;
    border-width: 2px;
    border-color: var(--border-color);
    border-radius: 5px;
    background-color: var(--background-color);
    box-shadow: inset 0 0 100px 100px transparent;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px !important;
}

    .loginWrp .blueBtn:hover {
        box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2);
        text-decoration: none;
    }

.loginLogo {
    margin: 0px;
    padding: 0px;
    text-align:center;
}

    .loginLogo a {
        display: inline-block;
        max-width: 100%;
    }

    .loginLogo img {
        height: 50px;
        
        margin-bottom: 10px;
        width:100%;
       
    }

.loginWrp h1 {
    font-size: 25px;
    font-weight: 700;
}


.formRow {
    position: relative;
    width: 100%;
    border-color: transparent;
    padding: 0;
    margin: 0;
}

.formRow--item {
    display: block;
    width: 100%;
}

.formRow--input {
    background: #ffffff;
    position: relative;
    padding: 5px 5px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #ced4da;
}

.formRow--input-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

    .formRow--input-wrapper.active .placeholder {
        top: -5px;
        background-color: transparent;
        color: #000000;
        font-size: 14px!important;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.formRow .placeholder {
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    color: #000000;
    letter-spacing: .2px;
    -webkit-transition: all, .2s;
    transition: all, .2s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    font-size: 14px !important;
}


.SSOWrp {
    margin-top: 70px;
}
    .SSOWrp hr {
        margin: 1rem 0;
        color: #058467;
        border: 0;
        border-top: var(--bs-border-width) solid;
        opacity: 100;
    }
.SSOWrp .loginLogo img {
    height: 60px;
    margin-bottom: 20px;
    width: 100%;
}
.SSOWrp h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 43px;
}

.SSOWrp label {
    font-size: 15px;
    margin-bottom:10px;
}

    .SSOWrp .submit-btn {
        position: relative;
        padding: 5px 24px;
        border-style: solid;
        border-width: 2px;
        border-color: var(--border-color);
        border-radius: 5px;
        background-color: var(--background-color);
        box-shadow: inset 0 0 100px 100px transparent;
        -webkit-transition: box-shadow 200ms ease;
        transition: box-shadow 200ms ease;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        font-size: 16px !important;
    }

        .SSOWrp .submit-btn:hover {
            box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2);
            text-decoration: none;
        }
.forgetSection {
    display: flex;
    justify-content: space-between;
}
.RememberMe {
    display: flex;
}
.ForgotPassword{

}