@font-face {
    font-family: GoogleSans;
    src: url('../../assets/fonts/GoogleSans-Regular.ttf');
}

html, body {
    height: 100%;
    font-family:  GoogleSans,  "kalpurush", "Open Sans", arial, sans-serif !important;
}
a{
    cursor: pointer;
}

body {
    margin: 0;
    padding-top: 15px;
}

.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.row {
    width: auto;
}

.flex-item {
    padding: 5px;
    margin: 0px;
}

.wrapper {
    width: 725px;
}

#clientLogo img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.clientLogo-new img {

    display: block;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 92px;
    width: 200px;
    padding: 5px;
}

#login_form {
    /*width: 450px;*/
    background: #fff;
    padding: 30px 35px 35px 35px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.dialog {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 450px;
}

.dialog h5 {
    font-family:  GoogleSans,  "kalpurush", "Open Sans", arial, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    color: #212121;
    padding-top: 10px;
    text-align: center;
}

/*.client-close:after {*/
/*!*content: '#f00c'; !* UTF-8 symbol *!*!*/
/*color: #212121;*/
/*}*/
.client-close:hover {
    text-decoration: none;
}

#login_form h3 {
    margin: 0 0 15px;
    padding: 0;
    color: #000000;
    font-family:  GoogleSans,  "kalpurush", "Open Sans", arial, sans-serif !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    display: block;
    text-align: center;
}

#login_form input, select {
    padding: 5px;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: 2px solid #E0E0E0;
    transition: width 2s;
    -webkit-transition: width 2s;
    caret-color: black;
    color: black;
}

#next_btn, #login_btn, #send_btn {
    width: 52px;
    border-radius: 3px;
    display: inline-block;
    float: right;
    height: 35px;
    cursor: pointer;
    background: #1a73e8;
    color: #fff;
    font-family:  GoogleSans,  "kalpurush", "Open Sans", arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: none;
}

#next_btn:hover, #login_btn:hover {
    background-color: #287AE6;
}

#next_btn:active, #login_btn:active {
    position: relative;
    border: none;
}

#login_form_body div {
    position: relative;

}

.container_wrapper {
    width: 40%;
    margin: 0 auto;
}

.osstext {
    border: 1px #e0e0e0 solid;
    padding: 5px;
    border-radius: 5px;
}

.btnlink {
    padding: 0;
    display: block;
    clear: both;
}

#login_form_body div label {
    position: absolute;
    top: 3px;
    color: #959595;
    pointer-events: none;
    left: 0;
    font-size: 16px;
    transition: .4s;
    font-family: Roboto, "kalpurush", sans-serif;
}

#login_form input:focus ~ label,
#login_form input:valid ~ label,
#login_form_body div label.selectBoxLabel {
    left: 0;
    top: -20px;
    color: rgb(66, 133, 244);
    font-size: 13px;
    font-weight: 400;
}

#login_form_body div figure img {
    margin-left: -20px !important;
    float: left;
}

#login_form input:focus {
    border-bottom: 2px solid #3262eb;
}

.btn-link {
    border-radius: 3px;
    display: inline-block;
    font-family:  GoogleSans,  "kalpurush", "Open Sans", arial, sans-serif !important;
    font-size: 14px;
    margin-left: -10px;
}

.btn-link:hover {
    /*background: #f8f8f8;*/
    text-decoration: none;
    cursor: pointer;
}

.error {
    border: none;
    border-bottom: 2px solid #D50000;
}

.error_form {
    top: 12px;
    color: rgb(216, 15, 15);
    font-size: 15px;
    font-family: Helvetica, "kalpurush";
}

.text-center {
    text-align: center;
}

.title-login {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    font-family:  GoogleSans,  "kalpurush", "Open Sans", arial, sans-serif !important;
    font-weight: 400;
}

.validation_message {
    text-align: left;
    font-family:  GoogleSans,  "kalpurush", "Open Sans", arial, sans-serif !important;
    font-weight: 500;
}

.login-sub-title {
    display: block;
    margin-bottom: 50px;
    font-family:  'Roboto',  "kalpurush", arial, sans-serif !important;
    color: #212121;
    font-size: 16px;
    letter-spacing: .1px;
    line-height: 1.5;
    font-weight: 400;
}

.login-sub-title-new {
    display: block;
    margin-bottom: 10px;
    font-family:  'Roboto',  "kalpurush", arial, sans-serif !important;
    color: #212121;
    font-size: 16px;
    letter-spacing: .1px;
    line-height: 1.5;
    font-weight: 400;
}

#login_form_body {
    width: 100%;
}

.instructionBox {
    padding: 5px;
    position: relative;
    width: 800px;
    margin-top: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.instructionBox h5 {
    font-family: "Open Sans", "kalpurush";
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-top: 15px;
}

.dummyImageDiv img {
    width: 90%;
    margin-bottom: 7px;
}

#qr_code img{
    width: 90%;
}

#remember_later, #skip_autehenticator{
    margin-right: 10px;
}



@media only screen and (max-width: 840px) {
    .wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .flex-container {
        width: 100%;
    }

    #item2 {
        width: 100%;
    }

    .instructionBox {
        padding: 5px;
        width: 90%;
        margin: 0 auto;
        margin-top: 15px;
    }

    instructionBox h5 {
        font-size: 16px;
        line-height: 24px;
    }

    #login_form {
        margin: 0 auto;
    }
}


@media only screen and (max-width: 600px) {
    .wrapper {
        width: 100%;
        margin: 0 auto;
    }

    #login_form {
        position: relative;
        padding-left: 25px;
        padding-right: 25px;
        width: 100%;
        background: #fff;
        box-sizing: border-box;

    }

    .instructionBox {
        width: 94%;
        margin: 0 auto;
        margin-top: 15px;
    }
}

/*iPhone 4 and 4S */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    button.btn.btn-sm.btn-primary.two_step_verification {
        margin-left: -7px;
        margin-right: 4px;
    }

    #permission_body{
        margin-top: 13px;
    }
    .hr-sect{
        font-size: 13px;
    }

    .instructionBox {
        padding: 2px;
        width: 96%;
    }

    #instruction_for_code {
        text-align: center;
    }

    .instructionBox h5 {
        font-size: 16px;
        line-height: 22px;
    }

    #two_factor_option_div div b {
        font-size: 12px;
    }

    #remember_later, #skip_autehenticator {
        margin-right: 0px;
    }

    #authenticator_div .authenticator_div_child2 {
        margin-left: 1px;
    }

}


@media only screen and (min-width: 400px) and (max-width: 449px) {
    #auth_modal .modal-dialog .modal-content {
        width: 100%;
    }
    #remember_later, #skip_autehenticator {
        margin-right: 0px;
    }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {

}


/* iPhone 6, 6S, 7 and 8  */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {

}



/*@media only screen and (max-width: 375px) {*/
    /*.instructionBox {*/
        /*padding: 2px;*/
        /*width: 96%;*/
    /*}*/

    /*.instructionBox h5 {*/
        /*font-size: 16px;*/
        /*line-height: 22px;*/
    /*}*/
    /*.dummyImageDiv img {*/
        /*width: 67%;*/
        /*margin-bottom: 7px;*/
    /*}*/

/*}*/



@media only screen and (min-width: 431px) and (max-width: 463px) {
    b.authenticator_div_b {
        font-size: 15px;
    }

}


@media only screen and (max-width: 600px) {
    .dialog {
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 420px;
    }
}

@media only screen and (max-width: 600px) {
    .dialog_head {
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 352px;
        margin-left: 35px;
    }
}

@media only screen and (max-width: 600px) {
    .container_wrapper {
        width: 100%;
        margin: 0 auto;
    }
}


@media only screen and (min-width: 768px)  and (max-width: 991px) {
    .dummyImageDiv img {
        width: 80%;
        margin-bottom: 7px;
    }

    #auth_modal .modal-dialog .modal-content {
        width: 110%;
    }
}

@media only screen and (max-width: 800px) {
    .container_wrapper {
        width: 100%;
        margin: 0 auto;
    }

}



