.top-area {
    border-bottom: none;
    /*background-image: url("../Images/New-Top.png");*/
    background-color: transparent;
    height: 60px;
    min-width: 100%;
    width: 100%;
}

body {
    background-image: url(../../Images/dtr-login-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
}

.loginLogo {
    background: url(.../../Images/login-user-icon.png) no-repeat center center transparent;
    background-size: 56px 63px;
}

.circleContainer {
    background-image: none;
    margin: 7% auto 0;
    text-align: center;
    background-color: transparent !important
}

input.loginBtn[type="submit"], input.loginBtn[type="button"] {
    background-image: none;
    width: 100%;
    height: auto;
    background-color: rgba(30, 88, 166, 0.7);
    padding: 0px;
    margin: 0px;
    border-radius: 30px !important;
    padding: 15px 10px 15px 10px;
    margin-top: 15px;
    font-size: 16px;
    border: solid 1px #fff;
    -webkit-box-shadow: 0px 14px 43px -2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 14px 43px -2px rgba(0,0,0,0.25);
    box-shadow: 0px 14px 43px -2px rgba(0,0,0,0.25);
    font-weight: bold;
    margin-top: 35px;
}

    input.loginBtn[type="submit"]:hover, input.loginBtn[type="button"]:hover {
        background-image: none;
        width: 100%;
        height: auto;
        background-color: #1e58a6;
        padding: 0px;
        margin: 0px;
        border-radius: 30px !important;
        padding: 15px 10px 15px 10px;
        margin-top: 15px;
        font-size: 16px;
        border: solid 1px #fff;
        margin-top: 35px;
    }

input[type="text"]:focus, input[type="password"]:focus {
    background-color: #fff !important;
    border-color: #1e58a6;
    color: #000 !important;
}

input.loginBtn[type="submit"]:visited, input.loginBtn[type="button"]:visited {
    background-image: none;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    border-radius: 30px !important;
    padding: 15px 10px 15px 10px;
    margin-top: 15px;
    font-size: 16px;
    border: solid 1px #1e58a6;
}

input.loginBtn[type="submit"]:disabled, input.loginBtn[type="button"]:disabled {
    background-image: none;
    width: 100%;
    height: auto;
    background-color: #B9B9B9;
    padding: 0px;
    margin: 0px;
    border-radius: 30px !important;
    padding: 15px 10px 15px 10px;
    margin-top: 15px;
    color: #757272;
    font-size: 16px;
    border: solid 1px #fff;
    font-weight: bold;
    margin-top: 35px;
    cursor: not-allowed;
}

.loginInner {
    margin: 0 auto;
    padding-top: 25px;
    width: 100%;
}
.lbl-m{
    text-align:center !important;
}
#SecurityQuestionForm .validation-summary-errors ul {
    background-color: #e6cbcb7d;
    border-radius: 33px;
    padding: 5px;
}
#SecurityQuestionForm .validation-summary-errors ul li {
    font-size: 14px;
}
.security-question-div .welcomeNote {
    margin-top: 0px !important;
}
.security-question {
    height: 58px;
    border-radius: 36px;
    background-color: rgb(30, 88, 166) !important;
    background-image:none !important;
    border:none !important;
    font-size: 15px;
    padding-left: 10px;
    color: #fff;
}
.security-question.input-validation-error {
    height: 58px;
    border-radius: 36px;
    background-color: rgb(30, 88, 166) !important;
    background-image: none !important;
    font-size: 15px;
    color: #fff;
    border: solid 1px #ff4800 !important;
}
.loginForm input[type=text], .loginForm input[type=password] {
    font-size: 20px;
    margin-bottom: 15px;
    height: 55px;
    width: 100%;
    background-color: #E8F0FE;
    border-radius: 30px;
    color: #000 !important;
    text-align: center;
    font-size: 16px;
}
.selectBox {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 0px;
    height: 55px;
    padding-left: 20px;
    padding-right: 25px;
    width: 100%;
    background-color: #7F7F7F;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 12px;
    text-align-last: center;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background-image: url(../Images/dd-arrow-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 95%;
    background-position-y: 23px;
    background-size: 13px;
    border:none;
}
.chosen-container{
    margin-top:12px;
}
.chosen-container-single .chosen-single {
    background-color: #1e58a6 !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 1px -1px #AAAAAA inset;
    -moz-box-shadow: 0 1px 1px -1px #AAAAAA inset;
    box-shadow: 0 1px 1px -1px #AAAAAA inset;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 55px;
    line-height: 50px;
    padding: 0px;
    color: #fffcfc;
    text-decoration: none;
    font-family: Tahoma, sans-serif;
    border-radius: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../Images/dd-arrow-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 96%;
    background-position-y: 21px;
}
.chosen-container-single .chosen-single div {
    display: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0px solid #aaa;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    background-color: #eee;
    filter: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 16px;
    padding-top:1px;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 5px;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none;
    font-size: 16px;
}
input.input-validation-error, textarea.input-validation-error, .input-validation-error {
    border: solid 1px #ff4800;
    background-color: #fff5f1 !important;
    background-image: url('../Images/invalid-icon.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 96% 16px;
}
.chosen-container-single .chosen-single span {
    font-size: 16px;
}
.chosen-container-single .chosen-drop {
    margin-top: 0px;
    border-radius: 0 0 0px 0px;
    background-clip: padding-box;
}
.selectBox .text-center{
    text-align:center
}
    .loginForm input[type=text]::placeholder, .loginForm input[type=password]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #B9B9B9;
        opacity: 1; /* Firefox */
        font-size: 16px;
    }

    .loginForm input[type=text]:-ms-input-placeholder, .loginForm input[type=password]:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #B9B9B9;
        font-size: 16px;
    }

    .loginForm input[type=text]::-ms-input-placeholder, .loginForm input[type=password]::-ms-input-placeholder { /* Microsoft Edge */
        color: #B9B9B9;
        font-size: 16px;
    }

.detialBtn {
    background-color: rgba(230, 226, 226, 0.7);
    padding: 10px;
    border-radius: 20px;
    color: #757272 !important;
}

.login-drp {
    width: 83px;
    float: right;
    padding: 8px;
    border-radius: 30px;
    background-color: #1e58a6;
    color: #fff;
    font-size: 16px;
    -webkit-box-shadow: 0px 3px 34px -2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 34px -2px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 34px -2px rgba(0,0,0,0.25);
    margin-right: 30px;
    margin-top: 15px;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background-image: url(../Images/dd-arrow-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 83%;
    background-position-y: 16px;
    background-size: 9px;
    padding-left: 15px;
    border: none;
    cursor:pointer;
}
.user_info {
    width: auto !important;
}
.logoWrapper {
    width: 199px;
    height: 62px;
}
.return-btn{
    margin-top:20px !important;
}
.welcomeNote {
    font-size: 14px;
    font-weight: normal;
    margin-top:30px;
}
.unAuthorizedAccessLogo{
    top:-2%;
}
.validation-summary-errors {
    color: #851405;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom:15px;
}
.validation-summary-errors li {
    font-size: 16px;
    font-weight: normal;
    list-style: none;
}
.UserHeading {
    color: #fff;
    font-size: 15px;
    background-color: #1e58a6;
    padding: 9px;
    float: left;
    margin-top: 5px;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: 0px 3px 34px -2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 34px -2px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 34px -2px rgba(0,0,0,0.25);
    text-align: left;
    font-size: 16px;
}
.bank-admin-icon {
    margin-top: 1px;
    float: left;
    margin-right: 8px;
}
@media (max-width: 769px) {
    .UserHeading{
        margin-top:14px;
    }
}
@media (max-width: 464px) {
    .UserHeading {
        display:none;
    }
    .hlLogo {
        margin: 14px 10px 0 0px;
    }
    .login-language-picker{
        margin-right:7px !important;
    }

    .chzn-select {
        width: 100%;
        background-color: #989595 !important;
        -moz-background-clip: padding !important;
        -webkit-background-clip: padding-box;
        background-clip: padding-box !important;
        border: 1px solid #ccc !important;
        -webkit-box-shadow: 0 1px 1px -1px #AAAAAA inset !important;
        -moz-box-shadow: 0 1px 1px -1px #AAAAAA inset !important;
        box-shadow: 0 1px 1px -1px #AAAAAA inset !important;
        display: block;
        overflow: hidden;
        white-space: nowrap !important;
        position: relative !important;
        height: 55px !important;
        line-height: 50px;
        padding: 0px;
        color: #fffcfc;
        text-decoration: none;
        font-family: Tahoma, sans-serif;
        border-radius: 30px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-image: url(../Images/dd-arrow-icon.png) !important;
        background-repeat: no-repeat !important;
        background-position: right !important;
        background-position-x: 96% !important;
        background-position-y: 21px !important;
        padding-left: 15px;
    }
}


.account-language-switch-list {
    list-style: none;
    margin: 0px;
    padding: 10px;
}

.account-language-switch-list li {
    display: inline;
    margin: 0px;
    padding: 0px;
}

.login-language-picker {
    display: inline-block;
    padding: 0;
    height: 40px;
    overflow: hidden;
    transition: all .6s ease;
    width: 110px;
    float: right;
    padding: 8px;
    border-radius: 15px;
    background-color: #1e58a6;
    color: #fff;
    font-size: 16px;
    -webkit-box-shadow: 0px 3px 34px -2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 34px -2px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 34px -2px rgba(0,0,0,0.25);
    margin-right: 30px;
    margin-top: 15px;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background-image: url(../Images/dd-arrow-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 83%;
    background-position-y: 16px;
    background-size: 9px;
    padding-left: 0px;
    border: none;
    cursor: pointer !important;
    padding-right: 0px;
}

.login-language-picker:hover {
    height: 81px;
    cursor: pointer;
}

.login-language-picker a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.login-language-picker li {
    display: block;
    padding: 00px;
    line-height: 26px;
    padding-left: 0px;
    cursor: pointer !important;
    text-align:center;
}
.login-language-picker li.engFlag {
    background-image:url(../Images/eng-lang-icon.png);
    background-repeat:no-repeat;
    background-position:left;
    background-size:20px;
    background-position-x: 14px;
}
.login-language-picker li.espFlag {
    background-image:url(../Images/spn-lang-icon.png);
    background-repeat:no-repeat;
    background-position:left;
    background-size:20px;
    background-position-x: 14px;
}
.login-language-picker li.colombiaFlag {
    background-image:url(../Images/col-lang-icon.png);
    background-repeat:no-repeat;
    background-position:left;
    background-size:20px;
    background-position-x: 14px;
}
.login-language-picker li img {
    margin-right: 5px;
}

.login-language-picker li:last-child {
    border-top: solid 1px #0b3c7d;
    margin-top: 8px !important;
    padding-top: 4px;
    background-position-y: 7px;
}