.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.form-submit button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.form-status.is-loading {
  color: rgba(255, 255, 255, 0.72);
}

.form-status.is-success {
  color: #bfe7c9;
}

.form-status.is-error {
  color: #ffd0c7;
}

.form-status a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
