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

.submit:disabled {
  background: #8b9080;
  box-shadow: none;
  cursor: not-allowed;
}
