/* Functional styles only. The form intentionally inherits your website design. */
.bpf-honeypot {
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.bpf-form-message {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5;
}

.bpf-form-message.bpf-success {
  color: #16803c;
}

.bpf-form-message.bpf-error {
  color: #b42318;
}

.bpf-book-pitch-form button[disabled] {
  cursor: wait;
  opacity: 0.7;
}
