/* Custom Styling for Error Messages */
.text-danger {
    font-size: 12px; /* Make the error font smaller */
    margin-top: 5px; /* Add some space from input */
    display: block; /* Ensure it appears below the input */
    text-align: left;
}