.otp-input {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    /*background: transparent;
    color: white;*/
    font-size: 16px;
    text-align: center;
    letter-spacing: 4px;
    transition: border-color 0.3s;
}

.otp-input:focus {
    outline: none;
    border-color: #007bff;
}

.resend-text {
    text-align: center;
    margin: 16px 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.resend-text a {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
}

.resend-text a:hover {
    text-decoration: underline;
}

#resendOtp:disabled {
    color: rgba(255, 255, 255, 0.4);
    cursor: not-allowed;
    text-decoration: none;
}
