.shake-error {
  border-color: #ef4444 !important; /* Đỏ của Tailwind */
}
.input-error {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 4px #fee2e2 !important;
}
.input-error:focus {
  border-color: var(--brand-primary) !important;
}
.label-error {
  color: #ef4444 !important;
}