/* Page-specific CSS for contact.php */
/* Extracted from inline styles */

/* Form Validation Error Styles */
    label.error {
      color: #dc3545 !important;
      font-size: 14px;
      margin-top: 5px;
      display: block;
      font-weight: 500;
    }

    input.error,
    textarea.error,
    select.error {
      border-color: #dc3545 !important;
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25) !important;
    }

