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

.form-message.error {
  color: #b91c1c;
}

.form-message.success {
  color: #087f79;
}

button[disabled] {
  cursor: wait;
  opacity: .7;
}
