@media screen and (max-width: 767px){
    .mobileBtn{
        width:100% !important;
    }
    .widFull{
        width:100%;
    }
    .sendOtpBtn{
        width:100% !important;
    }
    .widQuarter{
        width:100% !important;
    }
}

.widQuarter{
    width:25%;
}

.mobileBtn{
     float: left;
     width: 74%;
     margin-right: 15px;
}

.sendOtpBtn{
    width:100%;
}
.rgiResendOtp {
    font-size: 14px !important;
    padding: 8px 15px !important;
    height: auto !important;
}
.txt_sky {
    color: #EA0029 !important;
}    