#user {
    margin-bottom: 1.8rem !important;
}

#password {
    margin-bottom: 1.4rem !important;
}

.error {
    position: absolute;
}

.login-error {
    color: #dc3545;
}

.invalid-feedback.invalid-otp {
    margin-top: 4.5rem;

}

.otp-input.is-invalid {
    border-color: #dc3545 !important;
}

.otp-google.is-invalid {
    border-color: #dc3545 !important;
}