1. Home
  2. OTP Verification
  3. Setting

Setting

Custom CSS

Sample value:

.resend_code_message_success{
    color: rgb(0, 75, 160);
  }
  .verify-output{
    text-align: center;
    margin-top: 20px;
  }
  .otp_success{
    color: green;
  }
  
  .message-popup-block-text{
    text-align: center;
    color: darkred;
  }

#login_otp_button{
cursor:pointer;
}

.resend_block{
margin-top:10px;
margin-bottom:10px;
}

#otp-message{
text-align:center;
color: green;
}

.otp_message{
text-align:center;
}
.login_with_password_block{
margin: 10px 0px;
text-align:center;
}
Was this article helpful to you? Yes 1 No

How can we help?