/* Login Page Refinements */

.auth-pass-inputgroup {
    position: relative;
}

label.error {
    color: #ef4444 !important;
    font-size: 0.8125rem !important;
    margin-top: 0.35rem !important;
    font-weight: 500 !important;
    display: block !important;
    animation: fadeIn 0.2s ease;
}

.form-control.error {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.25) !important;
}
