.form-feedback {
  margin-top: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
}

.form-feedback:empty {
  display: none;
}

.form-feedback.is-success {
  color: #1a7f37;
}

.form-feedback.is-error {
  color: #c0392b;
}
