
/* forgot_password file use */
body {
    height: 100vh;  /* Full height to avoid scroll */
    background: linear-gradient(120deg, #F2F9FF,#F6D6D6,#F2F9FF);
    margin: 0;
}

.otp-container {
    width: 100%;
    max-width: 400px;  /* Limited width for compact view */
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);  /* Soft shadow effect */
}

.otp-input {
    text-align: center;
    font-size: 18px;
    height: 50px;
}

.btn-custom {
    width: 100%;  /* Full width submit button */
    padding: 10px;
    font-size: 18px;
}