/* Email validation styles */
.email-error {
  border-color: #f87171 !important;
  background-color: rgba(244, 63, 94, 0.05) !important;
}

.email-error:focus {
  box-shadow: 0 0 0 3px rgba(244, 63, 94, 0.1) !important;
}

#emailError {
  color: #f87171;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  display: block;
}
