/* login_page */
.login_page .page-content {
    padding: 30px 35px 80px;}
/* form-head */
.login_page .page-content .form-head {
    margin-bottom: 25px;}
.login_page .page-content .form-head .logo {
    max-width: 100%;
    max-height: 65px;
    margin-bottom: 70px;}
/* form-body */
.login_page .page-content .form-body .field-col {
    position: relative;
    margin-top: 15px;}
.login_page .page-content .form-body .field-col .form-label {
    font-size: 13px;}
.login_page .page-content .form-body .field-col .form-control {
    font-size: 15.5px;
    border: 1px solid #EEEEEE !important;
    border-radius: 38px;
    padding:12px 16px 12px 16px;
}
.login_page .page-content .form-body .field-col .form-control ::placeholder{
    color: #5f5f5f;
}
.login_page .page-content .form-body .field-col .form-control:focus{
    box-shadow: none !important;
}
.login_page .page-content .form-body .field-col .btn-toggle {
    position: absolute;
    right: 2px;
    bottom: 3px;
    padding: 3px 5px;
    border: none;
    background-color: transparent;
    color: #6a6a6a;}
.login_page .page-content .form-body .field-col .btn-toggle:hover {
    color: #000000c9;}
/* form-foot */
.login_page .page-content .form-foot {
    margin-top: 25px;}
.login_page .page-content .form-foot .btn-primary {
    padding:20px 18px;
    border-radius: 38px;
    background: linear-gradient(90deg, #D1743B 0%, #C03180 100%);
    border: none;
    width: 100%;}
@media(min-width:767px){
    .login_page .profile-img{
        height: 97vh !important;}
}
.object-position-top{
    object-position:top;
}
.login_page .profile-img{
    height: 300px;
    width: 100%;
    border-radius: 32px;
    object-fit: cover;
}
.login_page .img-card::after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.64%, #000000 102.74%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0px 0px 32px 32px;
}
.login_page .page-content .form-head h3{
    color: var(--MBLUE, #2D2C73);
    font-weight: 600;
    font-size:22px ;
}
.login_page .iti--separate-dial-code .iti__selected-flag{
    background-color: transparent !important;
    padding-left: 20px;
}
.login_page .iti__flag.iti__in{
    border-radius: 4px;
}
.login_page .iti__flag-container .iti__selected-dial-code, .login_page .iti__country .iti__country-name{
    display: none;
}
.login_page .form-foot .whatsapp-icon{
    max-width: 100%;
    width: 22px;
    height: 22px;
}
.login_page .text-l-mute{
    color: #4B4B4B !important;
}
.login_page .otp-input input {
    width: 40px;
    height: 40px;
    margin-right: 3px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.1rem;
    border: none !important;
    border-radius: 12px;
    background: #F9F3FF !important;
    color: #282828;
    transition: all 0.3s ease;
}
.login_page .otp-input input:focus
{
    background-color: #ffff;
    color: #272727 !important;
    outline: none !important;
    border: 2px solid #474684 !important;
}
.login_page .text-l-black{
    color: #4D4D4D;
}
.login_page .text-r-mute{
    color: #676666CC;}
.login_page .text-l-blue{
    color: #0267FE !important;
}
.login_page .text-l-muted{
    color:#505050  !important;}
.login_page .text-l-black{
    color: #090909 !important;}

.login_page .form-label{
    color: #1E1E1ECC !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px;
}
.login_page .form-control, .login_page .form-control:focus{
    border: 1.5px solid #B5B5B5 !important;
    border-radius: 10px;
    box-shadow: none !important;
    font-size: 12px;
    padding: 0.6rem 0.7rem;
}
.login_page .form-control::placeholder{
    font-size: 12px;
    font-weight: 400;
    color: #8B8B8B !important;
}
.login_page .chosen-container-single .chosen-single{
    background: transparent !important;
    border: 1.5px solid #B5B5B5 !important;
    padding: 0.4rem 0.7rem;
    height: 39px;
}
.login_page .chosen-container-single .chosen-single span{
    font-size: 12px !important;
    color: #8B8B8B !important;
}
.login_page .form-foot .btn-prev, .login_page .form-foot .btn-next{
    padding: 8px 25px;
    font-weight: 600;
    font-size: 14px !important;
    border-radius: 12px !important;
}
.login_page .form-foot .btn-prev {
    position: relative;
    padding: 10px 20px;
    border: none;
    border-radius: 12px;
    background-color: white; 
    box-shadow: 0 0 0 1px transparent;
}

.login_page .form-foot .btn-prev::before {
    content: '';
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    right: -1px;
    bottom: -1px;
    border-radius: 12px;
    background: linear-gradient(90deg, #D1743B 0%, #C03180 100%);
    z-index: -1;
}


.login_page .form-foot .btn-next{
    background: linear-gradient(90deg, #D1743B 0%, #C03180 100%);
    color: #ffff;
}
.login_page .field-col .btn-toggle {
    position: absolute;
    right: 2px;
    bottom: 0px;
    padding: 3px 5px;
    border: none;
    background-color: transparent;
    color: #6a6a6a;
}
.login_page .toggle-password {
    margin-right: 10px;
    background-color: transparent;
    border: none !important;
    box-shadow: none;
    outline: none;
    color:#1e1e1ee1;
}