.cover {
    background-color: rgb(255 255 255 / 0%) !important;
    position: initial !important;
}
.left_area {
    border-radius: 15px 0 0 10px !important;
}
.right_area {
    border-radius: 0 15px 15px 0 !important;
}
.right_area_text {
    /* max-width: 20%; */
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    position: absolute;
    text-align: center;
    /* margin-top: -450px; */
    /* margin-left: 140px; */
    /* position: absolute; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn:disabled {
    background: #874F95 !important;
}

.nav-link {
    display: initial;
    border: 1px solid #d6dee4;
    padding: 10px;
}
.headerArea .dropdown {
    list-style: none !important;
    float: right !important;
}
.headerArea .dropdown-menu-media {
    transform: translate3d(1px, 41px, 0px) !important;
}

.reset_forgot_password select.form-control:not([size]):not([multiple]) {
    height: calc(5rem + 2px) !important;
}
.language_dropdown a {
    text-decoration: none !important;
}
.headerArea .dropdown-menu .dropdown-arrow {
    display: none !important;
}

#nd-logout, #nd-logout button{
    font-weight: 400!important;
    font-size: 16px!important;
}
.login-template-image{
    position:relative;
}
.image-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* text-transform: uppercase; */
}


@media only screen and (min-width: 1800px) {
    /*.right_area_text {*/
    /*    max-width: 300px;*/
    /*    margin-top: -450px;*/
    /*    margin-left: 160px;*/
    /*}*/
}

@media only screen and (max-width: 768px) {
    /*.right_area_text {*/
    /*    max-width: 300px;*/
    /*    margin-top: -220px;*/
    /*    margin-left: 15%;*/
    /*}*/
    .image-content-qp{
        margin-top: 20px !important;
    }
    /*.image-text-qp{*/
    /*    margin-left: -1%;*/
    /*    margin-top: 472px !important;*/
    /*}*/
}
@media only screen and (max-width: 767px) {

    .responsive-width{
        width: 94.5% !important;
        margin-left: 2.1% !important;
    }
}
@media only screen and (max-width: 576px) {

    .responsive-layer-qp{
        padding: 0 10% !important;
    }
    /*.image-text-qp{*/
    /*    margin-left: 1% !important;*/
    /*    margin-top: 472px !important;*/
    /*}*/
    .qp_login_right_area{
        margin-bottom: 5px;
    }
    .qp_login_right_area .right_area_text{
        width: 60% !important;
    }



}
@media only screen and (max-width: 580px) {

    /*.right_area_text {*/
    /*    max-width: 300px;*/
    /*    margin-top: -220px;*/
    /*    margin-left: 15%;*/
    /*}*/

    .verify_btn_center{
        margin: 0 auto !important;
        display: block
    }

}

@media only screen and (max-width: 450px) {
    .right_area_text{
        font-size: 26px;
    }
    /*.right_area_text {*/
    /*    max-width: 300px;*/
    /*    margin-top: -220px;*/
    /*    margin-left: 15%;*/
    /*}*/
    .verify_btn_center{
        margin: 0 auto !important;
        display: block
    }
}