.form-error-message {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
  color: var(--text-negative);
}
