input.otp {
    padding: 1rem;
}
.resend_otp_label,.resend_otp_btn,.change_number_btn{
    display: none;
}
.resend_otp_label, .resend_otp_btn{
    margin-right: 1.5rem;
}
.cntntheader h1{
    font-size: 3rem;
    color: #fff1d6;
}
.colinnr p {
    font-size: 20px !important;
}

.mobileotp label {
    font-size: 1.8rem;
}
.verify {
    background: #FFF1D6;
    border-color: #FFF1D6;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.verify:hover{
    background-color: #FFF1D6;
    border-color: #FFF1D6;
    color: #212529 !important;
}
.resend_otp_label {
    font-size: 1.6rem;
}
.resend_otp {
    font-size: 16px;
    background-color: #FFF1D6;
    border-color: #FFF1D6;
}
.resend_otp:hover{
    background-color: #FFF1D6;
    border-color: #FFF1D6;
    color: #212529 !important;
}
.change_number_btn {
    font-size: 1.6rem;
    color: #fff0c6;
    text-decoration: none;
    font-weight: 600;
}
.change_number_btn:hover {
    text-decoration: underline;
    color: #fff0c6;
}

.successfull{
    padding-bottom: 12px;
}

@media only screen and (max-width: 600px){
    .otpsendsec .content-wrapper .cntntbottom {
        padding: 0rem 2rem 4rem;
    }
    input.mobile_number{
        width: 100% !important;
    }  
    input.otp{
        width: 100% !important;
    }
    .verify{
        margin-top: 8px;
        font-size: 14px;
        margin-left: 5px;
    }
    .send_otp{
        font-size: 14px !important;
        margin-left: 5px;
    }

    .resend_otp_label {
        font-size: 12px !important;
    }
    .otpsendsec .content-wrapper .cntntbottom {
        padding: 0rem 2rem 4rem;
    }
    .successfull{
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .successfull label {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 5px !important;
    }
}
@media only screen and (max-width: 481px){
    .mobileotp form{
        flex-wrap: wrap;
        justify-content: center;
    }
    .mobileotp form .btn.btn-primary{
        margin-top: 15px;
        width: 100%;
    }
    .resend_otp_box{
        justify-content: flex-start;
    }

}