.ss-pass-content {
    padding-top: 50px
}
.ss-pass-banner {
    border-bottom: 1px solid #ccc;
    border-width: 1px 0 1px 0;
    background-color: rgb(27, 127, 204);
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
}
.ss-pass-banner > h2 {
    color: #fff;
    margin-bottom: 26px;
    margin-top: 0px;
    font-size: 28px;
}
.ss-pass-banner > h4 {
    font-size: 16px;
    color: #eaeaea;
    margin-bottom: 0px;
}
.ss-pass-context {
    position: relative;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 100px;
    max-width: 900px;
    margin: 0 auto
}
.ss-pass-inner-context {
    max-width: 300px;
    position: relative;
    margin: 0 auto;
    text-align: left;
}
.ss-pass-inner-context p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 24px;
}
.ss-pass-inner-context label {
    margin-bottom: 6px;
    margin-top: 15px;
    font-size: 14px;
}
.ss-pass-inner-context input {
    height: 44px;
    width: 300px;
    font-size: 15px;
    padding: 4px 15px;
}
.ss-pass-inner-context .button-pure {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0;
    line-height: 42px;
    margin-top: 24px;
    text-transform: uppercase;
}
.ss-pass-inner-context .ss-pass-warning {
    text-align: left;
    margin-top: 17px;
    line-height: 1.4em;
}
.ss-pass-download {
    text-align: center;
    padding: 80px 0;
    background: #f1f1f1;
}

.ss-pass-head {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 960px;
    width: 100%;
}

.ss-sign-in-now{
    display: inline-block;
    padding: 0 0 0 5px;
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px;
    color: #00A54C;
}

.ss-sign-in-now:hover{
    color: #00A54C;
}

html,body{
    height: 100%;
}
/*new*/
.eye-box{
    position: absolute;
    top: 12px;
    right: 8px;
    width: 32px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.eye_icon{
    width: 16px;
    height: 12px;
    background-image: url("/National_Library/oe_/https://fliphtml5.com/images/login/icon_eyes.png");
    background-size: cover;
}
.eye-box:not(.open) .eye_icon{
    background-position: -31px 0px;
}
.eye-box:not(.open):hover .eye_icon{
    background-position: -1px 0px;
}
.eye-box.open .eye_icon{
    background-position: -91px 0px;
}
.eye-box.open:hover .eye_icon{
    background-position: -61px 0px;
}
.pass-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter' !important;
    font-style: normal;
}

.header-logo{
    padding: 0 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-logo img{
    /*width: 130px;*/
    height: 20px;
}

.pass-content{
    /*margin-top: 191px;*/
    /*padding-top: 191px;*/
}
/*.back-to-login{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    height: 54px;*/
/*    border-bottom: 1px solid #EEEEEE;*/
/*}*/
/*.icon-left-arrow{*/
/*    display: inline-block;*/
/*    width: 8px;*/
/*    height: 14px;*/
/*    background: url("/National_Library/oe_/https://fliphtml5.com/images/icons/icon_left_arrow.png");*/
/*    background-size: cover;*/
/*}*/
.icon_back{
    margin-right: 8px;
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url("/National_Library/oe_/https://fliphtml5.com/images/login/icon_back.png");
    background-size: cover;
}

/*.back-to-title{*/
/*    margin-left: 8px;*/
/*    font-weight: 400;*/
/*    font-size: 20px;*/
/*    line-height: 24px;*/
/*    color: #999999;*/
/*}*/
/*.back-to-login:hover .back-to-title{*/
/*    color: #333333;*/
/*}*/
/*.back-to-login:hover .icon-left-arrow{*/
/*    background: url("/National_Library/oe_/https://fliphtml5.com/images/icons/left-arrow-m.png");*/
/*}*/
.back-to{
    display: none;
}
.pass-title{
    margin-top: 21px;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: #333333;
}
.pass-subtitle{
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.pass-input{
    margin-top: 30px;
}
.email-input{
    margin-bottom: 15px;
    background: #EEEEEE;
    border-radius: 9px;
    height: 48px;
    font-family: 'Inter' !important;
    font-style: normal;
}
.max-padding{
    padding-right: 45px !important;
}
.password,.re-password{
    position: relative;
}
.pass-error{
    width: 100%;
    height: 20px;
}
.pass-reset-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    background: #0099FF;
    border-radius: 9px;
    height: 48px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    cursor: pointer;
}
.pass-reset-btn:hover{
    background: #0A85FF;
}
.pass-reset-btn:active{
    background: #0077FF;
}
.pass-help{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #999999;
}
.pass-help .pass-help-l{
    /*text-align: left;*/
}
.pass-help .pass-help-r{
    /*text-align: right;*/
}

.reset-pass-subtitle{
    margin-top: 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #999999;
}
.reset-pass-error{
    margin-top: 14px;
    width: 100%;
    height: 20px;
}
@media ( max-width :425px ) {
    .pass-container{
        padding-top: 27px;
        display: block;
        background: none !important;
        position: relative;
    }

    .bg-box{
        z-index: -1;
        width: 100%;
        height: 220px;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/National_Library/oe_/https://fliphtml5.com/images/login/bg-m.png");
        background-size: cover;
    }

    .pass-content{
        /*margin: 37px auto;*/
    }

    .back-to{
        /*margin: 29px 0 48px;*/
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        color: #333333;
    }

    .back-to:hover{
        color: #333333;
    }

    .back-to:active{
        color: #333333;
    }

    .back-to-login{
        border: none;
    }

    .back-to-title{
        margin: 0;
        font-weight: bold;
        color: #333333;
    }

    .pass-title{
        display: none;
    }

    .pass-subtitle{
        margin-top: 32px;
        font-size: 13px;
    }

    .pass-input{
        margin-top: 17px;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #333333;
    }

    .pass-input .email-input{
        margin-bottom: 25px;
        background: none;
        border-radius: 0;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #E3E3E4;
    }

    .pass-input .email-input::placeholder{
        text-indent: 0;
    }

    .pass-help{
        margin-top: 17px;
        justify-content: center;
    }

    .pass-help-l{
        display: none;
    }
}