.container {
    max-width: 100% !important;
}

.client-logo {
    max-width: 150px;
    max-height: 46px
}
.mobileNumber.email {
    background: #FFFFFF;
}
.showpwd {
    cursor: pointer !important;
    top: 31% !important;
}
.reg-showpwd{
    cursor: pointer !important;
    right: 10px;
    position: absolute;
    top: 25% !important;
}

.reg-confirm-showpwd{
    position: absolute;
    top: 25% !important;
    right: 10px;
    cursor: pointer !important;
}

.frgt-confirm-showpwd{
    position: absolute;
    top: 25% !important;
    right: 10px;
    cursor: pointer !important;
}

.license_close_btn:hover{
    color:black !important;
}

.submitbtnfocus {
   box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.submitbtnunfocus {
   box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.msgError_pop_msg {
    background-color: #ebecf1;
    border-radius: 10px;
    padding: 12px 40px;
    font-size: 13px;
    color: #757396;
    margin-top: -8px;
    margin-bottom: 10px;
    min-height: 90px;
    position: relative;
}

@media only screen and (max-width: 800px) {
   .showpwd {
        cursor: pointer !important;
        top: 32% !important;
    }
    .reg-showpwd {
        position: absolute;
        top: 25% !important;
        right: 10px;
        cursor: pointer !important;
    }
    .reg-confirm-showpwd {
        position: absolute;
        top: 35% !important;
        right: 10px;
        cursor: pointer !important;
    }
    .frgt-confirm-showpwd {
        position: absolute;
        top: 15% !important;
        right: 10px;
        cursor: pointer !important;
    }
}


/*

@media only screen and (min-width: 414px) and (max-height: 736px) {
}

@media only screen and (max-width: 481px) and (min-width: 411px) {
}

@media (max-width: 321px) and (min-width: 320px) {
}

@media only screen and (max-width: 410px) and (min-width: 390px) {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (max-width: 1800px) and (min-width: 1025px) {
}

@media only screen and (min-width: 200px) and (max-width: 700px) { 
}

@media only screen and (min-width: 530px) and (max-width: 767px) {
}

@media only screen and (min-width: 530px) and (max-width: 535px) and (min-height: 760px) and (max-height: 775px) {
}

@media only screen and (min-width: 600px) and (max-width: 767px) and ( min-height: 800px) and ( max-height: 1200px) {  
}

@media only screen and (min-width: 600px) and (max-width: 860px) {
}*/