/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

div#otpModal
{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9990;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.9);
}
button#validateOTP {
    background-color: rgba(65,206,177,0.2);
    border: none;
    color: #41ceb1;
    font-weight: bold;
}