.form-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-form .button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.form-note {
  min-height: 1.4em;
}

.form-note.is-success {
  color: #7ee8b6;
}

.form-note.is-error {
  color: #ff9b9b;
}
