.form__input-error {
  border-color: red !important;
}

.error-message {
  display: none;
  width: 370px;
  color: red;
  margin: -20px auto 20px;
}
