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

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

.navigation {
    width: 100%;
    /* height: 105px;
    background-color: white; */
    min-height: 5rem;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #003284 !important;
}

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

.lang-dropdown {
    /* margin-top: 40px; */
    color: white;
    float: right;
    /* padding-right: 4%; */
}


/* #language {
    padding: 8px 26px;
    border-radius: 18px;
    background: #00529c;
    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: 10px 2px 10px 17px;
    border-radius: 20px;
    background: #00529c;
    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; */
    padding-top: 2.3rem;
}

.main-form-container {
    margin: 0 auto;
    /* width: 348px;
    padding-top: 2.3rem; */
    width: 449px;
    background-color: #EBF1F8CC;
    border-radius: 1.25rem;
    padding: 32px;
}

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

.text1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 8px;
    color: #000;
}

.text2 {
    font-size: 14px;
    line-height: 24px;
}

.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: 380px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: white; */
}

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

@media screen and (max-width: 767.98px) {
    .userid::placeholder,
    .emailid::placeholder,
    .password::placeholder {
        font-size: 12px;
    }
}

.form-field1 {
    margin-top: 12px;
}

.userid,
.emailid,
.password {
    width: 100%;
    padding: 9px 16px;
    display: inline-block;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    font-size: 15px;
    min-height: 48px;
}

.form-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    text-align: left;
}

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

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

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

.submit-btn {
    background-color: #003284 !important;
    color: white;
    padding: 9px 20px;
    margin: 20px 0 0;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    min-height: 48px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    border-radius: 12px;
    border: 1px solid #003284 !important;
}

.que-btn {
    color: #003284;
    background: transparent;
    padding: 9px 20px;
    border: 1px solid #003284;
    cursor: pointer;
    border-radius: 12px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 20px;
    min-height: 48px;
}

button:hover {
    opacity: 0.8;
}

button:focus {
    outline: none;
}

.or {
    margin: 5px 0;
}

.or hr {
    border-top: 1px solid #E0E0E0;
}

.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;
    }
}


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

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

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

.text3 p {
    padding: 0px 15%;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    margin-bottom: 16px;
}

.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;
    }
}

@media(max-width:900px) {
    .logo-image {
        pointer-events: none;
    }
}

table {
    width: 100%;
}

p.text-danger {
    margin: 10px 0 0 !important;
}