/* Roboto font-style */
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Scroll css */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    color: #ffffff;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #56707e;
}

@supports (-moz-appearance:none) {
    * {
        scrollbar-width: thin;
        scrollbar-color: #56707e #ffffff;
    }
}

/****** Change Password *******/

.pwd-reset-block {
    margin-top: 2%;
    overflow:auto;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
    background: linear-gradient(96deg, rgba(254, 254, 254, 0.80) 26.33%, rgba(255, 255, 255, 0.08) 157.43%, rgba(243, 243, 243, 0.80) 157.43%);
    box-shadow: 0 4px 24px -1px rgba(6, 61, 116, 0.16);
    max-width: 50%;
}

#pwd-reset-title,.pwd-reset-title {
    color: #364750;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

#change-pwd-text,.change-pwd-text {
    color: #56707E;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
#change-pwd-sub-text,.change-pwd-sub-text {
    color: #56707E;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding-bottom: 12px;
}

#change-pwd-username, .change-pwd-username, #change-pwd-email, .change-pwd-email, #change-pwd-captcha, .change-pwd-captcha, #change-pwd-buttons, .change-pwd-buttons {
    margin: 20px 10px 0px 10px;
}
#change-pwd-captcha {
    margin: 0;
}
#change-pwd-username,
#change-pwd-email {
    display: flex;
    padding: 15px 4%;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid  #C1D7EC;
    background: #FFF;
    margin: 24px 0;
    position: relative;
}

#change-pwd-username input,
#change-pwd-email input {
    border: none;
    outline: none;
    width: 100%;
    color: #56707E;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    align-self: center;
}

#change-pwd-captcha-content {
    text-align: left;
}

#change-pwd-buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 40px 0 0 0;
}

#change-pwd-buttons input{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

input#back_to_login {
    border: 1px solid #095FB3;
    -moz-border-radius: 4px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 20px 0 0;
    outline: medium none;
    vertical-align: middle;
    white-space: nowrap;
    -moz-box-shadow: 1px 1px #f2f2f2 inset, -1px -1px #838383 inset;
    /*color: #2B5EEC;*/
    color: #095FB3;
    background: #FFF;
    padding: 16px 24px !important;
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.20), 0px 7px 18px 0px rgba(9, 95, 179, 0.18), 0px 4px 8px 0px rgba(9, 95, 179, 0.14);
    border-radius: 8px;
}

label, .label {
    float: left;
    font-size: 15px;
    line-height: 35px;
    margin-left: 20px;
    text-align: left;
    width: 150px;
}

#thwart_code{
    width: 120px;
    font-size: 15px;
    height: 22px;
}

#captcha-text {
    padding: 12px 0 8px 0;
    color: #212B31;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

#captcha-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 56px;
}

#captcha-form input {
    display: flex;
    padding: 16px !important;
    height: 24px ;
    width: 40%;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid #C1D7EC;
    background: #FFF;
    margin: 0;
}

#change-pwd-submit {
    border-color: #095FB3;
    display: flex;
    padding: 16px 24px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #095FB3;
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.20), 0px 7px 18px 0px rgba(9, 95, 179, 0.18), 0px 4px 8px 0px rgba(9, 95, 179, 0.14);
}

#change-pwd-buttons a {
    color: #2B5EEC;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    align-self: center;
}

.copyright-footer {
    text-align: center;
    margin: 2% auto;
    font-size: 11px;
}

.copyright-footer a{
    color: #0070FF;
    text-decoration: none;
    margin-left: 3px;
}

.copyright-footer a:hover {
    text-decoration: underline;
}

#reset-pwd-btn-div-id {
    display: flex;
    justify-content: space-between;
}

.login-link-div a {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.pwd-rest-faq-div {
    color: #2B5EEC;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    align-self: center;
}

.pwd-rest-faq-div a {
    text-decoration: none;
}

.captcha_refresh {
    margin: 6px 0;
    cursor: pointer;
    content: url('../../qglogin/icons/refresh.svg');
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: rgba(36, 140, 243, 0.20);
}

#captcha_img {
    margin: 0 12px;
    width: 40%;
}

/****** Change Password "Wrong User Entry" ******/

/**add this css when you wish to color the input field's border red **/
/*#username, #email  {
    box-shadow: none;
    border: 2px solid #B60C01;
}*/

/**** Adding the div for error alert ****/
#change-pwd-text-error {
    /*
    background: url(/images/icon_scan_errored.png) no-repeat;
    background-position: center left 15px;
    border: 2px solid #B60c01;
    border-radius: 5px;
    -moz-box-shadow: 4px 5px 5px 0 #CCC;
    -webkit-box-shadow: 4px 5px 5px 0 #CCC;
    box-shadow: 4px 5px 5px 0 #CCC;
    color: #B60C01;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 39px 20px 30px;
    padding: 10px 5px 10px 45px;
    text-align: left;
    */
    display: flex;
    padding: 16px;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #F6C5C0;
    background: #FBE8E6;
    box-shadow: 0 0 4px 0 rgba(220, 236, 218, 0.50);
}

/****** Change Password "New password" ******/

/*** div for password tips ****/
#password-tips {
    margin-left: 205px;
    text-align: left;
}

#password-tips ul {
    list-style-type: disc;
    margin-left: 20px;
}

.login-link-div {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #095FB3;
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.20), 0px 7px 18px 0px rgba(9, 95, 179, 0.18), 0px 4px 8px 0px rgba(9, 95, 179, 0.14);
}

/*********Css for VeriSign Identity Protection Page************/

.pwd_reset_vip_form {
    margin-top: 25px;
}

#vip_content {
    text-align: center;
    margin-top: 30px;
}

#vip_content #vip_content_header_left {
    float: left;
    margin-left: 30px;
    font-size: 25px;
    text-align: left;
    width: 68%;
}

#vip_content .error {
    background: url(/images/icon_scan_errored.png) no-repeat;
    background-position: center left 15px;
    border: 2px solid #B60c01;
    border-radius: 8px;
    -moz-box-shadow: 4px 5px 5px 0 #CCC;
    -webkit-box-shadow: 4px 5px 5px 0 #CCC;
    box-shadow: 4px 5px 5px 0 #CCC;
    color: #B60C01;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 35px 20px 31px;
    padding: 10px 5px 10px 45px;
    text-align: left;
}

#vip_content fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
}

#vip_submit {
    float: right;
    padding: 3px 15px 3px 15px !important;
    vertical-align: middle;
    border-radius: 8px;
    font-size: 13px;
    margin-right: 25px;
    margin-bottom: 30px;
}

#vip_code {
    width: 72%;
    font-size: 18px;
    margin-left: 24px;
    height: 22px;
}

#vip_content .form_dl {
    margin: 0px auto;
    width: 550px;
    text-align: left;
    padding-top: 30px;
}

#vip_content label {
    margin-left:5px;
}

/*********Css for Security Question Page************/

#questions_content {
    text-align: center;
    padding-top: 15px;
}

#questions_content fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
}

#questions_content #form_div .form_dl dt {
    width:32%;
    margin: 15px 0;
}
#questions_content #form_div .form_dl dd {
    float:left;
    padding: 15px 0;
}

#questions_content .error {
    background: url(/images/icon_scan_errored.png) no-repeat;
    background-position: center left 15px;
    border: 2px solid #B60c01;
    border-radius: 8px;
    -moz-box-shadow: 4px 5px 5px 0 #CCC;
    -webkit-box-shadow: 4px 5px 5px 0 #CCC;
    box-shadow: 4px 5px 5px 0 #CCC;
    color: #B60C01;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 40px 20px 31px;
    padding: 10px 5px 10px 45px;
    text-align: left;
}

#questions_content input[type='submit'] {
    float: right;
    padding: 3px 15px 3px 15px !important;
    vertical-align: middle;
    border-radius: 8px;
    font-size: 13px;
    margin-right: 32px;
    margin-bottom: 40px;
}

#questions_content input[type='text'] {
    width: 350px;
    font-size: 18px;
    margin-left: 0px;
    height: 22px;
}

#questions_content label {
    line-height: 1.5em;
    margin-left: 5px;
}

#questions_content .form_dl {
    margin: 0px auto;
    width: 550px;
    text-align: left;
}
.password-tips {
    padding: 16px;
    border-radius: 20px;
    border: 1px solid #9DBFE1;
    background: #EDF3F9;
    box-shadow: 0px 0px 4px 0px rgba(220, 236, 218, 0.50);
    margin: 20px 10px 0px 0px;
    text-align: left;
}
.password-tips li {
    text-align: left;
    list-style: disc;
    margin-left: 20px;
}

.q-password-page-cls {
    height: 100%;
    width: 100%;
    margin: 0;
    background-image: url('../../qglogin/images/bgImage.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.error-icon {
    content: url('../../qglogin/icons/failed.svg');
}

.error-container {
    display: flex;
    flex-direction: column;
    padding: 0 12px;
}

.error-title {
    color: #212B31;
    text-align: left;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.error-subtitle {
    color: #212B31;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    align-self: stretch;
    padding-top: 8px;
    text-align: left;
}

.check-email-text-cls {
    color: #212B31;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 34px;
}

.change-pwd-text-cls {
    margin-top: 12px;
    color: #212B31;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.no-login-banner {
    margin: 2% auto;
}

.pwd-rest-faq-div a:hover,
#change-pwd-buttons a:hover {
    text-decoration: underline;
}

@media screen and (max-height: 600px) {
    .pwd-reset-block {
        padding: 24px;
        max-width: 50%;
    }

    #change-pwd-username,
    #change-pwd-email {
        padding: 11px 4%;
        margin: 12px 0;
    }

    #change-pwd-username input,
    #change-pwd-email input {
        font-size: 15px;
        margin: 8px 0 8px 0;
        padding: 0 !important;
    }

    #captcha-form {
        height: 40px;
    }

    #captcha-form input {
        padding: 11px !important;
        height: 18px;
    }

    .captcha_refresh {
        margin: 0;
    }

    #change-pwd-buttons {
        margin: 20px 0 0 0;
    }

    #change-pwd-buttons input {
        font-size: 15px;
    }

    #change-pwd-submit,
    .login-link-div {
        padding: 11px 4% !important;
    }

    .login-link-div a,
    #change-pwd-buttons a {
        font-size: 15px;
    }
}

#pwd-reset-block .change-pwd-username{
    margin: 20px 10px 0px 0px;
}

#pwd-reset-block .change-pwd-captcha-field{
    margin: 8px 10px 0px 0px;
}


#pwd-reset-block label{
    color: #212B31;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

#pwd-reset-block .change-password-label, #pwd-reset-block  #captcha-text{
    color: #212B31;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

#pwd-reset-block #passwordtiptitle{
    color: #212B31;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

#pwd-reset-block .password-help-text {
    color: #212B31;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

#q-password-page-id .change-pwd-text-success{
    color: #56707E;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    align-self: center;
}

#q-password-page-id .pwd-reset-title-success{
    color: #364750;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    align-self: center;
    margin-top: 30px;
}

#q-password-page-id .icon_success{
    align-self: center;
}

#pwd-reset-block .login-link-success-page{
   margin-top: 80px;
}

#pwd-reset-block .change-password-title{
    width: 100%;
}

#pwd-reset-block .change_password_buttons{
    flex-direction: row;
}

#pwd-reset-block #password-success-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

#pwd-reset-block .user-input-password-block {
    border-radius: 8px;
    border: 1px solid #C1D7EC;
    background: #FFF;
    padding: 10px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 352px;
    height: 15px;
    color: #0E1215;
}

#pwd-reset-block .user-input-password-block .password-block {
    width: 100%;
    margin: 0;
    border: none !important;
    color: #0E1215;
    padding: 0 !important;
    vertical-align: middle;
}

#pwd-reset-block .user-input-password-block:focus-within, #pwd-reset-block .forget-password-input-block:focus {
    border-color: #528fc9 !important;
}

#pwd-reset-block .user-input-password-block .password-block:focus {
    border: none;
}

#pwd-reset-block .forget-password-input-block {
    border-radius: 8px !important;
    border: 1px solid #C1D7EC !important;
    background: #FFF;
    padding: 10px !important;
    width: 352px;
}

#pwd-reset-block .change-pwd-username input[type='password']::-ms-reveal,
#pwd-reset-block .change-pwd-username input[type='password']::-ms-clear {
    display: none;
}

#pwd-reset-block .change-pwd-username input[type='password'], #pwd-reset-block .change-pwd-username .password-block{
    font: 14px Roboto, 'RobotoQweb';
}

#pwd-reset-block .password-eye {
    display: none;
}
