body {
    overflow: hidden;
}

.main-header {
    display: none;
}
footer {
    display: none;
}



.error_list li {
    font-size: 13px;
}

.lgLeftsec {
    /* background-color: #F3F7FD; */
    box-shadow: 0px 4px 44px 13px rgb(0 0 0 / 15%);
    width: 100%;
    /* border-radius: 12px; */
    border-top-right-radius: 12px;
    border-radius: 12px;

}

.lgHeader {
    font-weight: 700;
    /* font-size: 33.45px; */
    font-size: 28.45px;
    line-height: 140.4%;
    letter-spacing: 0.11632px;
    color: #1D2939;
}

.new_right_text {
    color: #1B6AA4;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}

.new_left {
    width: 30%;
}

.new_right {
    width: 70%;
    padding-left: 3rem;
}

.new_left img {
    -webkit-mask-image: -webkit-gradient(linear, center bottom, center top, color-stop(0.00, rgba(0, 0, 0, 0.1)), color-stop(0.2, rgba(0, 0, 0, 1)));
}

.new_right_item {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-bottom: 1rem;

}

.lgLeftsec11 {
    /* background: linear-gradient(2deg, #99eded -17.53%, rgba(217, 217, 217, 0.00) 17.46%); */
    background-size: contain;
    padding-right: 20px;
    border-bottom-left-radius: 12px;

    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 48px 0 0 32px;
    position: relative;
}
/* .lgLeftsec11::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 100px;
    background-image: url(../icons/docor_signup_before.png);
    background-size: 100%;
} */

.righ_main_rr {
    background-color: #fff;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.doctor_signup_card {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}


#signup_page .log_in_card{
border: none;
padding: 0;
box-shadow: none;
}
.new_right .new_right_item img{
   width: 60px;
}

.opt_box_1{
    border: 1px solid red;
 }
 .otp_varify_01{
    background-color: #fd611e;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 10px;


 }
 .enter_opt_txt{
    font-size:20px;
    font-weight: 600; 
 }
 #otp_section .otp-input{
width: 80px;
height: 80px;
border-radius: 50%;
border: 1px solid #f8b1928a;

 }
 .message_txt_01{
    font-size: 16px;
    width: 70%;
 }
 .message_txt_01{

 }

