.error-message {
    color: #dc3545; /* Bootstrap's danger color */
    padding-top: 0.25rem; /* Adjusts space between input and error message */
    font-size: 0.875rem; /* Slightly smaller than the default font size */
    line-height: 1.2; /* Adjust line height for better readability */
  }