.form-feedback {
  min-height: 20px;
  margin: -5px 0 0;
  color: #a2462f;
  font-size: 12px;
  line-height: 1.45;
}

.form-feedback.success {
  color: #277549;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: .7;
}
