
.otp-container {
    max-width: 400px;
    margin: 30px auto;
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    font-family: sans-serif;
}
.otp-form {
    margin-bottom: 15px;
}
.otp-form input {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.otp-form button {
    width: 100%;
    padding: 10px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}
.otp-form button:hover {
    background-color: #005e8a;
}
.otp-timer {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    color: #d35400;
}
