#otp-login-modal { position:fixed; top:0; left:0; width:100%; height:100%; z-index:99999; }
.otp-overlay { position:absolute; width:100%; height:100%; background:#00000080; }
.otp-container {
    position:relative;
    margin:10% auto;
    background:#fff;
    padding:30px;
    border-radius:10px;
    width:90%;
    max-width:400px;
    text-align:center;
    z-index:10000;
    font-family:sans-serif;
}
.otp-close { position:absolute; top:10px; right:15px; font-size:24px; cursor:pointer; }
.mol-otp-box {
    width:40px;
    height:50px;
    margin:0 5px;
    text-align:center;
    font-size:22px;
    border:1px solid #ccc;
    border-radius:6px;
}
button#mol-send-otp, button#mol-verify-otp {
    background:#00d000;
    color:white;
    border:none;
    padding:10px 25px;
    margin-top:15px;
    font-size:16px;
    border-radius:6px;
    cursor:pointer;
}

.mlf-resend {
    color: #007BFF;
    cursor: pointer;
    font-weight: bold;
    display: block;
}
