.form-status {
  min-height: 24px;
  margin: 2px 0 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.5;
}

.form-status.success {
  color: #7ee2a8;
}

.form-status.error {
  color: #ff777c;
}

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

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