




.login {
    background-color: #115E88 !important;
}

#logoWhite {
    margin: 5px 10px 10px 10px;
}

#loginWhiteText {
    color: white;
    font-size: 19px;
    font-weight: 600;
    margin-left: 30px;
}

#loginImage {
}

.coveredErrorBox {
    border: 8px solid #eceef1 !important;
}

.remember > div > label {
    cursor: pointer !important;
}

#pnlErrorMessage {
    right: 0px;
}

#pnlLogin {
    min-height: 100vh;
    max-height: auto !important;
    border-radius: 25px 0px 0px 25px !important;
    
}

#loginRow {
    width: 100%;
    margin-left: 0px !important;
}

#loginCol {
    padding-right: 0px !important;
}


.loginError {
    background-color: #F2F5FA;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    width: 550px;
    margin: 0px auto 0px auto;
    padding: 0px;
    padding-top: 0px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 1px 4px 2px #888888;
    border-radius: 8px !important;
}

.login .loginErrorMessageWithoutError {
    margin: 0 auto;
    margin-top: 60px;
    padding: 15px;
    min-height: 30px !important;
}

.login .loginErrorMessageWithError {
    margin: 0 auto;
    margin-top: 0px;
    padding: 0px;
}

.login .contentWithErrorMessage {
    margin: 40px auto 10px auto;
    margin-top: 0px;
}

.login .contentWithoutErrorMessage {
    margin: 40px auto 10px auto;
    margin-top: 100px;
}

.login .logo {
    margin: 0 auto;
    margin-top: 60px;
    padding: 15px;
    text-align: center;
}

.login .content {
    background-color: #eceef1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    padding: 30px;
    padding-top: 10px;
    overflow: hidden;
}

    .login .content h3 {
        font-size: 15px;
        font-weight: 800 !important;
        margin-bottom: 15px !important;
    }

    .login .content h4 {
        color: #555;
    }

    .login .content .hint {
        color: #999;
        padding: 0;
        margin: 15px 0 7px 0;
    }

    .login .content .login-form,
    .login .content .forget-form,
    .login .content .security-question-form,
    .login .content .newsecurity-question-form,
    .login .content .setpasswordnotification-form {
        padding: 0px 70px;
        margin: 0px;
        margin-top: 48px;
    }

    .login .content .form-control {
        border: none;
        background-color: #FFFFFF;
        height: 30px;
        color: #115E88;
    }

#loginRememberOne {
    padding-left: 10px;
}

#btnsign {
    background-color: #115E88 !important;
    color: #FFFFFF !important;
    border: none !important;
    text-transform: lowercase;
    padding: 5px 14px !important;
}

    #btnsign::first-letter {
        text-transform: uppercase;
    }

#checkTickLogin {
    visibility: hidden;
}

#queMark {
    visibility: hidden;
}

.login .content .form-control:focus, .login .content .form-control:active {
    border: 1px solid #c3ccda;
}

.login .content .form-control::-moz-placeholder {
    color: #8290a3;
    opacity: 1;
}

.login .content .form-control:-ms-input-placeholder {
    color: #8290a3;
}

.login .content .form-control::-webkit-input-placeholder {
    color: #8290a3;
}

.login .content select.form-control {
    padding-left: 9px;
    padding-right: 9px;
}

.login .content .forget-form {
    display: none;
}

.login .content .register-form {
    display: none;
}

.login .content .setpassword-form {
    display: none;
}

.login .content .setpasswordnotification-form {
    display: none;
}

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
}

.logo > a > img {
    width: 20% !important;
    height: 20% !important
}

.login .content .form-userName {
    font-size: 13pt !important; 
    color: #115E88 !important
}

    .login .content .form-userName .fa {
        font-weight: 100 !important;
        font-size: 20px !important;
        margin-right: 5px !important;
    }

.login .content .form-actions {
    clear: both;
    border: 0px;
    border-bottom: 1px solid #eee;
    padding: 0px 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.login-options {
    margin-bottom: 10px;
    overflow: hidden;
}

    .login-options h4 {
        float: left;
        font-weight: 600;
        font-size: 15px;
        color: #7d91aa !important;
    }

    .login-options .social-icons {
        float: right;
        padding-top: 3px;
    }

        .login-options .social-icons li a {
            border-radius: 15px 15px 15px 15px !important;
            -moz-border-radius: 15px 15px 15px 15px !important;
            -webkit-border-radius: 15px 15px 15px 15px !important;
        }

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .btn {
    margin-top: 1px;
}

.login .content .form-actions .btn-success {
    font-weight: 600;
    padding: 10px 20px !important;
}

.login .content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px !important;
    color: #6c7a8d;
    background-color: #ffffff;
    border: none;
}

    .login .content .form-actions .btn-default:hover {
        background-color: #fafaff;
        color: #45b6af;
    }

.login .content .forget-password {
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-bottom: 20px !important;
    color: #115E88 !important;
    list-style: none !important;
    text-decoration:none;
}

.login .content .check {
    color: #8290a3;
}



.login .content .create-account {
    padding: 10px 0 17px 0;
}

.md-checkbox.has-success label {
    position: inherit !important;
}

.md-checkbox-inline {
    margin-top: 0px !important;
}

.md-checkbox label > span.inc {
    background-color: rgba(247, 224, 255,0.0) !important;
}

.questionIcon {
    font-size: 15pt !important;
}

    .questionIcon > span {
        padding-top: 4px !important;
    }

.login .content .create-account p a {
    font-weight: 600;
    font-size: 12px;
    color: #115E88;
    text-decoration:none;
}

.login .content .create-account a {
    margin-top: 5px;
}


.login .copyright {
    text-align: center;
    margin: 0 auto 30px 0;
    padding: 10px;
    color: #7a8ca5;
    font-size: 13px;
}

@media (max-width: 440px) {
    
    .login .logo {
        margin-top: 10px;
    }

    .login .content {
        width: 280px;
        margin-top: 10px;
    }

        .login .content h3 {
            font-size: 22px;
        }

    .forget-password {
        display: inline-block;
        margin-top: 20px;
    }

    .login-options .social-icons {
        float: left;
        padding-top: 3px;
    }

    .login .checkbox {
        font-size: 13px;
    }
}

#defaultRealSecQus {
    width: 100% !important;
}

#btnOTPLogin:hover {
    background-color: #0a6da3 !important;
    color: #ffff !important;
}

#btnOTPLogin:active {
    background-color: #0a6da3 !important;
    color: #ffff !important;
}

@media (min-width: 1422px) {
    #loginImage {
        margin-top: 35px !important;
    }
}

#btnsign:hover {
    background-color: #5482a8 !important;
}


#loginPassword:hover {
    color: #ffff !important;
}

#loginPassword:hover {
    color: #ffff !important;
}

#loginSS {
    color: #ffff !important;
}

#SecQus-submit-btn:active {
    color: #ffff !important;
}

body {
    font-family: "Poppins", sans-serif;
}


.form-group {
    margin-bottom: 15px;
}

.pull-left {
    float: left !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

p {
    margin: 0 0 10px;
}

a:focus, a:hover {
    text-decoration: underline !important;
}

.fade.in {
    opacity: 1;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.realperson-regen a {
    color: #337ab7;
    text-decoration: none;
}

.remove-textdecoration {
    text-decoration: none;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.label:empty {
    display: none;
}

#pnlLnkErrorContactSupport a {
    text-decoration: none;
}

.btn-grey {
    background: #c3ccda
}

.responsive-logo-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
}

.responsive-logo-img {
     max-width: 100%;
    height: 120px;
    width: 140px;
    margin-bottom: 20px;
}
