#mobileOTPModal #otp_modal_counter {
    text-align: center;
}
#mobileOTPModal .form-control.otp-part
{
    text-align: center;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    outline: none;
}
#mobileOTPModal .form-control.otp-part:focus {
    border-bottom: 1px solid #ED3B25;
}
#mobileOTPModal #btn_resend_otp {
    margin-left: 5px;
    color: #004880;
    cursor: pointer;
}
#mobileOTPModal #mobile_stauts_message_popup {
    height: 25px;
    margin-bottom: 20px;
    text-align: center;
}
#mobileOTPModal .form-group {
    text-align: center;
}
.otp-message-success
{
    color:#119922;
}
.otp-message-error
{
    color:#992211;
}

#mobileOTPModal .close {font-size: 2.75rem;}