@font-face {
    font-family: "OpenSans";
    src: url("../../fonts/OpenSans-Regular.ttf");
}

body {
    font-family: 'OpenSans' !important;
}

.navigation {
    width: 100%;
    height: 105px;
    background-color: white;
}

.logo-image {
    float: left;
    margin-top: 22px;
    padding-left: 4%;
}

.lang-dropdown {
    margin-top: 40px;
    color: white;
    position: absolute;
    left: 148px;
}
.lang-dropdown:after {
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    top: 40%;
    right: 5px;
    content: "";
    z-index: 98;   

}
.lang-dropdown:hover::after {    
    border-top: 6px solid #fff;
}



/* #language {
    padding: 8px 26px;
    border-radius: 18px;
    background: #213468;
    font-size: 15px;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 13px) calc(1em + 0px), calc(100% - 8px) calc(1em + 0px), 100% 0;
    background-size: 4px 5px, 5px 3px, 2.5em 2.5em;
    background-repeat: no-repeat;
} */

#language {
    padding: 14px 23px 10px 26px;
    border-radius: 20px;
    border:none;
    color:#000;
    background: #ecf0fc;
    font-size: 15px;
    background-image: linear-gradient( 45deg, transparent 50%, white 50%), linear-gradient( 135deg, white 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 19px) calc(1em + 3px), calc(100% - 15px) calc(1em + 3px), 100% 0;
    background-size: 5px 5px, 5px 6px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}


/* For IE10 */

select::-ms-expand {
    display: none;
}

.forgot-pass-section {
    width: 100%;
}

.box-section {
    width: 100%;
    height: 550px;
    background: #f7f7f7;
}

.main-form-container {
    margin: 0 auto;
    width: 348px;
    padding-top: 54px;
}

.form-heading {
    text-align: center;
    width: 100%;
    color: white;
    background: #213468;
    padding: 1px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.text1 {
    font-size: 21px;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.text2 {
    margin-top: 14px;
    padding: 0 12%;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.login-form {
    border: 3px solid transparent;
    /* -moz-box-shadow: 0px 7px 6px 6px #f1f1f1;
    -webkit-box-shadow: 0px 7px 6px 6px #f1f1f1;
    box-shadow: 0px 7px 6px 6px #f1f1f1; */
    -moz-box-shadow: -1px 5px 11px lightgrey;
    -webkit-box-shadow: -1px 5px 11px lightgrey;
    box-shadow: -1px 5px 11px lightgrey;
    width: 100%;
    height: 409px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: white;
}

input:focus,
select:focus {
    outline: #ccc;
}

.form-field1 {
    text-align: center;
    margin-top: 22px;
}

.form-field2 {
    text-align: center;
}

.userid,
.emailid,
.password {
    width: 78%;
    padding: 9px 16px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #f0f0f0;
    background-color: #f7f7f7;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 15px;
}

.label-text {
    padding-left: 5px;
}

.forgot-password {
    text-align: center;
    padding-bottom: 40px;
}

.button-section {
    text-align: center;
}

.submit-btn {
    background-color: #213468;
    color: white;
    padding: 9px 20px;
    margin: 12px 0;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    width: 78%;
    font-size: 15px;
    letter-spacing: 0.7px;
}

.que-btn {
    color: #06569e;
    background: white;
    padding: 9px 20px;
    margin: 12px 0;
    border: 1px solid #06569e;
    ;
    cursor: pointer;
    border-radius: 5px;
    width: 78%;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.7px;
}

.que {
    padding-bottom: 25px;
}

button:hover {
    opacity: 0.8;
}

button:focus {
    outline: none;
}

.or,
.text3 {
    text-align: center;
    font-size: 13px;
}

.or-border {
    border-top: 1px solid #eee;
    width: 50px;
}

@media screen and (max-width: 350px) {
    .main-form-container {
        width: 290px;
    }
    .text2 {
        padding: 0 8%;
    }
}

@media screen and (min-width: 351px) and (max-width:767px) {
    .main-form-container {
        width: 320px;
    }
}
@media (max-width: 900px){
    .forgot-pass-section .logo-image {
     pointer-events: none;
     width: auto !important;
     margin-top: 10px !important;
    }
    .forgot-pass-section .logo-image img{
     width: 100%;
    }
    .forgot-pass-section .lang-dropdown {
    padding-right: 15px;
    }
    }


/****** secret que css******/

.secret-heading {
    padding: 25px 0;
}

.que-text {
    color: #213468;
    text-align: center;
    padding-top: 17px;
    font-size: 22px;
    font-weight: bold;
}

.text3 p {
    padding: 0px 15%;
    line-height: 18px;
    font-size: 13px;
}

.incorrect-text {
    padding-bottom: 40px;
    padding-top: 18px;
    font-size: 13px;
}

.que-submit {
    margin: 16px 0;
}


/****** account locked css *****/

.unlock-text {
    padding: 0 26% !important;
}

.block {
    background: #d50000;
    padding: 7px 20px;
}

.block-ip {
    background: #a6a6a6;
}

.block-ip::placeholder {
    color: #e1e1e1;
}


/****** reset password css *****/

.reset-fields {
    margin-top: 58px;
    margin-bottom: 15px;
}

.reset-psw {
    margin-top: 17px;
}

option.imagebacked {
    padding: 2px 0 2px 20px;
    background-repeat: no-repeat;
    background-position: 1px 2px;
    vertical-align: middle;
}

option::before {
    font-family: "FontAwesome";
    content: "\f066";
}

.forgot-pass-section option {
    background: #fff;
    color: black;
}

@media (max-width: 768px) {
    #language {
        padding: 10px 24px 10px 17px;
    }
    table {
        width: 100%;
    }
}
#language:hover {
    color: #fff!important;
    background: #213468!important;
}