/* Optional: Add some styling for the error state */
.input-error {
    border: 1px solid red !important;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
    margin-top: -10px;
}




