.mobile_login_popup {
    right: 0;
    width: 400px;
    max-width: 90%;
    left: auto;
}

.cls-login-logo {
    background: #333;
    padding: 15px;
}

.mobile_login_popup header.modal-header {
    
}
/*
.mobile_login_popup.modal-slide .action-close {
    margin: 10px;
    padding: 0;
    top: 55px;
    left: 0;
    background: #333;
    width: 40px;
    height: 40px;
}
*/
.tit-item {
    float: left;
    width: 100%;
}

/*.withresend.pop-bnt {
    width: 48%;
    float: left;
    margin-right: 4%;
}*/

/*.mobile_login_popup.modal-slide .action-close {
    margin: 10px;
    padding: 0;
}*/

button.submit-login-otp-btn.withresend.pop-bnt {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
}

.resend-login-otp-btn{ /*width: 100%;  */float: none;  text-align: center; font-weight: bold; }

p.err-msg {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
    color: #f00;
    font-weight: bold;
     text-align:center;
}

p.success-msg {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
    color: #006400;
    font-weight: bold;
    text-align:center;
}

button.submit-create-account-btn.withresend.pop-bnt {
    margin-right: 0;
}

button.forgot-btn-verify.withresend.pop-bnt {
    margin-right: 0;
}

.footer-box-link {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

input#mobilenumber, input#fogmobilenumber, #forget-form input, .frm-container input {
    height: 40px;
}

fieldset.fieldset.login-password input {
    height: 40px;
}

button.pop-bnt {
    /*color: <?php echo $buttonColor?>;
    background-color: <?php echo $buttonBGColor?>;*/
    width: 100%;
    font-size: 13px;
    padding: 12px 0;
    font-weight: bold;
    border: snow;
    box-shadow: 0px 0px 3px 1px #8f8f8f;
    margin-top: 10px;
    text-transform: uppercase;
}

.frm-container {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.right-contet-part .fieldset > .field, .right-contet-part .fieldset > .fields > .field {
    margin: 0 0 10px;
}

fieldset.fieldset.login-otp {
    text-align: center;
}

fieldset.fieldset.login-otp .mage-error, fieldset.fieldset.login-password .mage-error {
    text-align: left;
}

fieldset.fieldset.login-password {
    text-align: center;
}

.main-title {
    float: left;
    width: 100%;
}

/*.mobile_login_popup header.modal-header {
    position: absolute;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    left: -48px;
    width: 54px;
    top: 0;
    height: 60px;
    display: block;
    overflow: hidden;
    background:transparent;
}*/

.mobile_login_popup .modal-content {
    padding: 0;
    height: 100%
}

.mobile_login_popup .modal-inner-wrap {
    /*max-width: 750px;*/
    max-width: fit-content;
}

.mobile-sendotp-popup {
    width: 100%;
    float: left;
    /*height: calc(100% - 175px);*/
}

.main-contai {
    float: left;
    display: flex;
    width: 100%;
    flex-direction: column;
}

span.create-acc-title {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #1979c3;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 7px;
}

span.for-accout-title {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #012b72;
    font-weight: bold;
    cursor: pointer;
    padding-bottom: 6px;
    margin: 8px auto;
}

.tit-item span {
    width: 100%;
    float: left;
    text-align: left;
    font-weight: bold;
    margin: 0 10px;
    font-size: 15px;
    cursor: pointer;
    transition: border-bottom 0.5s ease;
    padding: 5px 0;
}

/*.tit-item span.active {
    border-bottom: 4px solid<?php echo $borderOne?>;
}*/

.left-img-part {
    width: 350px;
    float: left;
    height: 545px;
    background-position: center;
}

img.bacx-image {
    float: left;
    width: 100%;
    background-size: cover;
    max-height: 505px;
}

.right-contet-part {
    width: 360px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

/*.modal-popup .action-close:before {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}*/

/* Added by MHTB 31-05-2023 */
.intl-tel-input .country-list .flag-box {
    margin: -10px;
    padding: 9px;
    background-color: white;
    display: inline-table;
}

.country-list {
    overflow: hidden;
}

.country-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.country-list li .country-name {
    position: relative;
    white-space: nowrap;
    z-index: -1;
    margin-left: 10px;
}

.country-list li.marquee {
    animation: scroll 5s linear infinite;
    min-width: fit-content;
}


.cls-chng-mobile{ display:none; }

.cls-footr-login {
    width: 100%;
    font-size: 15px;
    color: #1979c3;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 0 auto 7px
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/*------*/

@media screen and (max-width: 1000px) {
    .mobile_login_popup .modal-inner-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 840px) {
    .mobile_login_popup .modal-inner-wrap {
        width: 100%;
        max-width: 400px;
    }
    
    .left-img-part {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .mobile_login_popup.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        margin-top: 40% !important;
        min-height: auto;
        margin: 3rem auto;
        overflow-y: initial;
        background-color: #fff;
    }
    
    .mobile_login_popup.modal-popup.modal-slide {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .right-contet-part {
        width: calc(100% - 40px);
    }
    
    .mobile_login_popup header.modal-header {
        top: -6px;
        right: -9px;
    }
    
    /*.mobile_login_popup.modal-popup.modal-slide .action-close {
        margin: 15px 20px;
        padding: 0;
    }*/
}

@media screen and (max-width: 480px) {
    .tit-item span {
        font-size: 13px;
    }
}

@media screen and (max-height: 600px) {
    .left-img-part {
        height: 515px;
    }
    
    .frm-container {
        margin-bottom: 0px;
    }
    
    .footer-box-link {
        margin-top: 0px;
    }
}