﻿
body {
    background-image: url(../Images/background.png);
    width: 100%;
    height: 100%;
}

.login-panel {
    margin-top: 5px;
    background-color: #FFFFFF;
    border-radius: 2px;
    border-top: 5px solid #909090;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 4px 30px 0 rgba(0,0,0,0.19) !important;
}

form {
    color: #FFFFFF;
    margin-top: -10px;
}

img {
    width: 100%;
    margin-top: -10px;
}

.login-button {
    color: #E5E5E5;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    font-size: 14px !important;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    border: 2px solid #E5E5E5;
    border-radius: 3px;
    background-color: transparent !important;
}

    .login-button:hover {
        background-color: transparent !important;
        border: 2px solid #70b3e8;
        color: #70b3e8;
        font-weight: 500;
        height: 30px;
    }

    .login-button:focus {
        background-color: transparent !important;
        border: 2px solid #4ea5ea;
        color: #4ea5ea;
        font-weight: 500;
        height: 30px;
    }

.forgot-password {
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

    .forgot-password:hover {
        color: #70b3e8;
        text-decoration: none;
    }

    .forgot-password:focus {
        color: #4ea5ea;
        text-decoration: none;
    }

footer {
    display: block;
    margin-top: 150px;
    font-size: 10px !important;
    text-align: center;
}

.validation-message-login {
    color: #f68c8c;
    font-size: 12px !important;
}

.validation-scheduled-message-login {
    color: #fff;
    font-size: 12px !important;
}

.navigationbar {
    box-shadow: 0 -5px 10px -5px #484747 inset;
    display: block;
    border-bottom: 1px solid #cccccc;
}

.logo {
    margin-top: -10px;
    margin-left: -12px;
}

#loginid, #pwd, #VerifytxtSecurityAns, #txtVerifyOTP, #txtNewPassword, #txtConfirmNewPassword, #txtSecurityQue, #txtSecurityAns, #MasterURL, #txtEmail, #txtContact {
    border-radius: 3px;
}

    #loginid::-webkit-input-placeholder, #pwd::-webkit-input-placeholder, #VerifytxtSecurityAns::-webkit-input-placeholder, #txtVerifyOTP::-webkit-input-placeholder {
        font: 12px 'Segoe UI';
        color: #b5b4b4;
    }

    #loginid::-moz-placeholder, #pwd::-moz-placeholder, #VerifytxtSecurityAns::-moz-placeholder, #txtVerifyOTP::-moz-placeholder {
        line-height: 33px;
    }

.login-textbox {
    display: block;
    width: 100%;
    height: 36px;
    padding-left: 3px;
    font-size: 12px;
    line-height: 1;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding-right: 30px;
}

.login-box .form-group {
    padding: 10px 0 10px 0;
    box-sizing: border-box;
}

#frmLogin .login-button, #frmLoginPwdChg .login-button, #frmLoginWithOTP .login-button, #frmL2594 .login-button, #frmDbSettings .login-button, #frmLoginSendOTP .login-button, #frmLoginVerifyOTP .login-button, #frmSecurityQue .login-button, #frmSetSecurityQueAns .login-button {
    width: 100%;
    height: 36px;
    background: #E5E5E5 !important;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #E5E5E5 !important;
    color: #484747 !important;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    font: 13px 'Segoe UI' !important;
    font-weight: 500 !important;
}

#frmLogin #btnlogin:hover, #frmLoginSendOTP #btnSendOTP:hover, #frmLoginSendOTPESS #btnSendOTPESS:hover, #frmLoginSendOTP #btnSendOTP:hover, #btnconnect:hover, #frmSecurityQue #btnVerifySecurityQue:hover, #frmLoginVerifyOTP #btnVerifyOTP:hover, #frmLoginPwdChg #btnOk:hover, #frmLoginVerifyOTP #btnVerifyOTP:hover, #frmL2594 #btnSAReset2:hover, #frmLoginWithOTP #btnlogin:hover, #frmSetSecurityQueAns #btnSetSecurityQueAns:hover {
    background: #d8d8d8 !important;
}

.check-box .lbl-remember, #TermAndCon label {
    font: 12px 'Segoe UI';
    color: #212121;
}


.icon-prepend {
    position: absolute;
    width: 30px;
    text-align: center;
    color: #8B8989;
    line-height: 36px;
}

#username-group #loginUser {
    cursor: pointer;
}

#frmLoginWithOTP #username-group #loginUser:hover {
    cursor: default;
    color: #8B8989;
}

.icon-append {
    color: #8B8989;
    position: absolute;
    width: 24px;
    height: 22px;
    line-height: 22px;
    right: 15px;
    margin-top: -29px;
    cursor: pointer;
}

.icon-prepend + input {
    padding-left: 35px;
}

.login-box #username-group i:not(:first-child) {
    left: 28px;
}

.login-box .form-group #loginUser:hover, #IconPwd:hover, #lnkSendOTP:hover {
    color: #414141;
}

#divForgotPwd .forgot-password-login, #TermAndCon .terms-condition {
    font: 12px 'Segoe UI';
    color: #296098;
}

    #divForgotPwd .forgot-password-login:hover, #TermAndCon .terms-condition:hover {
        text-decoration: none !important;
    }

    #divForgotPwd .forgot-password-login:focus, #TermAndCon .terms-condition:focus {
        text-decoration: none !important;
    }

#frmLogin .form-group .lbl-header, #frmLoginWithOTP .form-group .lbl-header {
    margin-top: 1px;
    margin-bottom: 10px;
    text-align: left;
    font: 20pt 'Segoe UI';
    font-weight: bold;
    color: #212121;
}

#frmLogin #password-group {
    padding-bottom: 0px;
}

#frmLogin .login-btn, #frmLoginWithOTP .login-btn, #frmDbSettings .login-btn {
    padding-top: 10px;
    padding-bottom: 3px;
}

#toogle-switch {
    padding: 13px 2px 0px 0px;
}

    #toogle-switch .btn-group .btn {
        width: 54px;
        height: 18px;
        color: #484747;
        cursor: pointer;
        font: 7pt 'Segoe UI';
        border: 1px solid #8b8989;
        background: #FFFFFF;
        padding: 1px 4px 4px 4px;
        font-weight: 500;
    }

    #toogle-switch #btnTooglePassword {
        background: #8b8989;
        color: #FFFFFF;
    }

.toggle-btn-active {
    background: #8b8989 !important;
    color: #ffffff !important;
}

.toggle-btn-inactive {
    background: #FFFFFF !important;
    color: #484747 !important;
}

#frmLoginSendOTP #lblForgetPwd, #frmSecurityQue #lblSecurityQue, #frmLoginVerifyOTP #lblEnterOTP, #frmLoginPwdChg #lblSetPwd, #frmL2594 #lblResetPwd, #lblSendOTPMsg, #lblConnectionSet, #frmSetSecurityQueAns #lblSecurityQA {
    margin: 0px 0px 9px 0px;
    text-align: left;
    font: 14pt 'Segoe UI';
    font-weight: 500;
    color: #212121;
}

#frmLoginSendOTP .radio-box label {
    font: 11pt 'Segoe UI';
    color: #212121;
    padding-left: 0px;
    font-weight: 500;
}

#forgotPwdMsg {
    font: 14px 'Segoe UI';
    color: #212121;
}

    #forgotPwdMsg:hover, #forgotPwdMsg:active {
        border: none;
    }

#frmLoginSendOTP .form-group .btn-send-otp, #frmLoginSendOTP .form-group .cancel-send-otp, #frmSecurityQue .form-group .btn-send-otp, #frmSecurityQue .form-group .cancel-send-otp, #frmLoginVerifyOTP .form-group .btn-send-otp, #frmLoginVerifyOTP .form-group .cancel-send-otp, #frmLoginSendOTPESS .form-group .btn-send-otp, #frmLoginSendOTPESS .form-group .cancel-send-otp {
    width: 113px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #484747;
    color: #484747;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    font: 10pt 'Segoe UI';
    font-weight: 500;
}

#frmLoginSendOTP .form-group .btn-send-otp, #frmSecurityQue .form-group .btn-send-otp, #frmLoginVerifyOTP .form-group .btn-send-otp, #frmLoginSendOTPESS .form-group .btn-send-otp {
    background: #484747;
    border: 1px solid #484747;
    color: #FFFFFF;
}

.lbl-security-ques {
    font: 11pt 'Segoe UI';
    color: #212121;
    padding-left: 0px;
    font-weight: 500;
}

#frmLoginSendOTP #OtherUserMsg #lblSendOTPMsg, #frmLoginSendOTPESS #OtherUserMsgESS #lblSendOTPMsgESS {
    font: 11pt 'Segoe UI';
    color: #212121;
    padding-left: 6px;
    font-weight: 500;
}

#frmLoginSendOTPESS #OtherUserMsgESS #lblSendOTPMsgESS {
    font: 10pt 'Segoe UI';
    color: #212121;
    padding-left: 6px;
    font-weight: 500;
}

.maintainence-message-area {
    display: flex;
    align-items: center;
    height: 40px;
    background: #CFCDCD;
}

    .maintainence-message-area .lbl-maintenance-msg {
        font: 9pt 'Segoe UI';
        font-weight: 500;
        color: #212121;
        margin: 0;
        letter-spacing: 0;
        margin-left: 18px;
    }

    .maintainence-message-area .widget-icon {
        display: block;
        width: 20px;
        position: relative;
        float: left;
        font-size: 111%;
        text-align: center;
        margin-right: -10px;
        color: #212121;
    }

.login-validation {
    margin-top: 0;
    border-width: 0;
    border-left: 5px solid;
    padding: 10px;
    border-radius: 0;
}

.validation-success {
    margin-top: 0;
    border-width: 0;
    border: 1px solid;
    border-left: 6px solid;
    padding: 9px;
    border-radius: 0;
    border-color: #77CE7A;
    color: #356635;
    background: #E8FEE9;
}

.validation-error {
    margin-top: 0;
    border-width: 0;
    border: 1px solid;
    border-left: 6px solid;
    padding: 9px;
    border-radius: 0;
    border-color: #E36D6D;
    background: #FFE2E2;
    text-shadow: none;
}

#login-validation-bar #ValidationMsg label {
    margin-bottom: 0;
    font: 12px 'Segoe UI';
    color: #212121;
    word-wrap: break-word;
}

#frmLoginPwdChg .form-group .lbl-cancel {
    color: #296098;
    margin-bottom: 0;
    font: 12pt 'Segoe UI';
    font-weight: 500;
}

    #frmLoginPwdChg .form-group .lbl-cancel a, #frmLoginWithOTP .form-group .lbl-cancel a, #frmLoginSendOTP .form-group .lbl-cancel a, #frmLoginVerifyOTP .form-group .lbl-cancel a {
        font: 12px 'Segoe UI';
        font-weight: 500;
    }

        #frmLoginPwdChg .form-group .lbl-cancel a:hover, #frmLoginPwdChg .form-group .lbl-cancel a:focus, #frmLoginVerifyOTP .form-group .lbl-cancel a:hover, #frmLoginVerifyOTP .form-group .lbl-cancel a:focus, #frmLoginWithOTP .form-group .lbl-cancel a:hover, #frmLoginWithOTP .form-group .lbl-cancel a:focus, #frmLoginSendOTP .form-group .lbl-cancel a:hover, #frmLoginSendOTP .form-group .lbl-cancel a:focus {
            text-decoration: none !important;
        }

#frmLogin #loginid:focus, #frmLogin #pwd:focus, #frmSecurityQue #VerifytxtSecurityAns:focus, #frmLoginVerifyOTP #txtVerifyOTP:focus, #frmL2594 #txtConfirmNewPassword:focus, #frmL2594 #txtNewPassword:focus, #frmLoginPwdChg #txtNewPassword:focus, #frmLoginPwdChg #txtConfirmNewPassword:focus, #frmL2594 #txtSecurityQue:focus, #frmL2594 #txtSecurityAns:focus, #frmLoginWithOTP #pwd:focus, #MasterURL:focus {
    outline: none;
    border: 1px solid #c2c2c2;
}

#MasterURL {
    padding-left: 10px;
}

.icon-prepend:focus, .icon-append:focus {
    outline: none;
    color: #414141;
}

#frmLogin #btnlogin:focus, #frmLoginSendOTP #btnSendOTP:focus, #frmLoginSendOTPESS #btnSendOTPESS:focus, #frmLoginSendOTP #btnSendOTP:focus, #btnconnect:focus, #frmSecurityQue #btnVerifySecurityQue:focus, #frmLoginVerifyOTP #btnVerifyOTP:focus, #frmLoginPwdChg #btnOk:focus, #frmLoginVerifyOTP #btnVerifyOTP:focus, #frmL2594 #btnSAReset2:focus, #frmSetSecurityQueAns #btnSetSecurityQueAns:focus, #frmSetSecurityQueAns #btnSetSecurityQueAns:hover {
    background: #d8d8d8 !important;
}

#frmL2594 .login-box .form-reset {
    padding: 8px 0px 8px 0px;
}

.fa-a:before {
    content: "A.";
}

.fa-q:before {
    content: "Q.";
}

#frmLoginWithOTP .form-group .lbl-skip-count {
    color: #787878;
    font-weight: bold;
    font: 8pt 'Segoe UI';
    font-weight: 500;
}

#frmLoginWithOTP .form-group .lbl-cancel-right {
    margin-bottom: 0;
}

    #frmLoginWithOTP .form-group .lbl-cancel-right a {
        color: #296098;
        font: 12px 'Segoe UI';
        font-weight: 500;
    }

        #frmLoginWithOTP .form-group .lbl-cancel a, #frmLoginWithOTP .form-group .lbl-cancel a:hover, #frmLoginSendOTP .form-group .lbl-cancel a:hover, #frmLoginSendOTP .form-group .lbl-cancel a:focus, #frmLoginWithOTP .form-group .lbl-cancel-right a:hover, #frmLoginSendOTP .form-group .lbl-cancel a, #frmLoginPwdChg .form-group .lbl-cancel a:hover, #frmLoginVerifyOTP .form-group .lbl-cancel a, #frmLoginVerifyOTP .form-group .lbl-cancel a:focus, #frmLoginVerifyOTP .form-group .lbl-cancel a:hover, #frmLoginPwdChg .form-group .lbl-cancel a {
            color: #296098;
        }

@media (min-width: 1200px) {
    .col-lg-offset-4L {
        margin-left: 33.33%;
    }

    .col-lg-4L {
        width: 33.33%;
    }
}

.lbl-float-right {
    float: right;
}

#chkRemember1, #chkTerms {
    vertical-align: bottom;
    margin-bottom: 1px;
    margin-right: 4px;
}

.loginFont {
    font-size: 14px !important;
}

#lblSendOTPMsg {
    margin-left: -7px;
}

.login-box .form-group .fa-mobile {
    font-size: 18px;
}

.manual-padding {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.fa-setwidth {
    max-width: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.bottom-padding {
    padding-bottom: 20px !important;
}

.space-additional {
    padding-top: 15px;
    padding-bottom: 16px;
}


#login-validation-bar {
    margin-top: 50px;
    max-height: 100px;
    height: 100px;
    position: relative;
}

#ValidationMsg {
    min-height: 40px;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.terms-conditions {
    font: 12px 'Segoe UI';
    font-weight: 500;
    color: #296098 !important;
}

.lbl-remember > .chk-remember {
    margin-top: 2px;
}
#isSAUser .form-group #rbtnSendOTP, #isSAUser .form-group #rbtnSecQuestion {
    vertical-align: bottom;
    margin: 0px 10px 2px 0px;
}
#frmLoginSendOTP #isSAUser .form-group {
    margin-top: 15px;
}
#VerifytxtSecurityAns {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
#txtSecurityQue, #txtSecurityAns {
    padding-right: 25px !important;
}
.form-group .lbl-cancel a {
    font: 12px 'Segoe UI';
    font-weight: 500;
    color: #296098;
    text-decoration: none;
}
#txtSecurityQue, #txtSecurityAns {
    padding-left: 25px;
    outline: none;
}