.auth-fluid .auth-fluid-right{
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .35);
    background-image: url(/public/images/loginOffice.webp);
    background-size: cover;
    background-position: center;
}

.invalid-input {
    border: 2px solid #fa6767!important;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.otp-input-group {
    display: flex;
    justify-content: space-between;
}

.otp-input {
    width: 30px;  /* Width can be adjusted */
    text-align: center;
    margin: 0 2px;
    font-size: 20px; /* Font size can be adjusted */
}

.otp-input:not(:last-child) {
    margin-right: 10px;
}

.disabled {
    pointer-events: none; /* Prevents clicking */
    color: grey; /* Changes color to grey (or any suitable color) */
    text-decoration: none; /* Optional: removes underline */
}