.otp-form{
    text-align:center
}
.otp-button{
    background-clip:border-box;
    background-color:#152f97;
    color:#ffffff;
    border:none;
    padding:19px 56px;
    margin:20px 0;
    font-size:12px
}
.otp-button:hover,.otp-button:focus{
    background-color:#152f97
}
.otp-button[disabled]{
    background-color:grey !important
}
.otp-error{
    display:none;
    color:red;
    text-align:center
}
.otp-alert{
    display:none;
    text-align:center
}
.otp-resend,.otp-reset{
    cursor:pointer
}
.otp-message{
    text-align:center;
    line-height:1.5
}
.otp-label{
    text-align:center;
    line-height:1.5;
    font-weight:bold;
    margin-top:10px
}
 