form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

form .field_with_errors {
  display: flex;
  flex-direction: column;
}

form .field_with_errors input,
form .field_with_errors textarea {
  border-color: var(--color-error);
}
