#dvFastForms .ff-group-row > .ff-item-row:not(:first-child),
#dvFastForms .ff-payment-wrapper,
#dvFastForms .ff-esignature-wrapper {
  max-width: 100%;
}
#dvFastForms .ff-page-header {
  font-family: Arial;
  color: rgba(0, 0, 0, 1);
  font-size: 28px;
}
#dvFastForms .ff-page-header-row {
  border-width: 0px;
  padding: 10px;
}
.ff-logo {
  padding: 1px;
}
.ff-header {
  padding: 0px;
}
.ff-form-main {
  background-color: #f8f8f8;
  background-color: blue;
  margin: auto;
  max-width: 700px;
  border-style: none;
  border-color: rgba(0, 0, 0, 1);
  border-width: 0px;
  padding: 0px;
}
#dvFastForms .ff-group-row {
  background-color: #f8f8f8;
  border-width: 0px;
  max-width: 700px;
  padding: 0px;
  margin: 0px;
}
#dvFastForms .ff-section-header {
  font-family: FuturaBT-Bold, Open Sans, Verdana, Arial, sans-serif;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: none;
}
#dvFastForms .ff-footer-group {
  padding: 24px;
}
#dvFastForms .ff-col-2.ff-field-col {
  max-width: 100%;
  width: 100%;
  clear: left;
}
#dvFastForms .ff-label,
#dvFastForms .ff-footnote-label {
  font-family: Helvetica;
  font-size: 16px;
}
#dvFastForms .ff-label {
  font-family: "FuturaBT-Bold", Helvetica Neue, Arial, sans-serif;
  color: #000;
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: left;
  padding: 0;
  margin: 20px 0 20px 0;
}
#dvFastForms .ff-label-col {
  padding: 0px;
}
#dvFastForms .ff-field-col {
  font-family: Helvetica;
  font-size: 16px;
}
#dvFastForms .ff-field-col,
#dvFastForms .ff-rating-widget a {
  color: rgba(89, 93, 100, 1);
}
#dvFastForms .ff-type-text,
#dvFastForms .ff-textarea,
#dvFastForms select.ff-select-type,
#dvFastForms .ff-fileupload-drop-area,
#dvFastForms .select2-container .select2-choice,
#dvFastForms .select2-container .select2-choices {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #4b4b4b;
  color: #000000;
  line-height: 23px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 0;
  outline: none;
  height: 35px;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#dvFastForms .ff-textarea {
  height: 140px;
}
#dvFastForms .ff-item-row .ff-type-text:not(.ff-creditcard),
#dvFastForms .ff-textarea,
#dvFastForms .ff-fileupload-drop-area {
  width: 100%;
}
#dvFastForms select.ff-select-type:not(.ff-mm):not(.ff-yyyy),
#dvFastForms .select2-container {
  width: 100%;
}
#dvFastForms div.ff-select-to-checkbox-list,
#dvFastForms div.ff-select-to-radiobtn-list {
  width: 100%;
}
#dvFastForms .ff-rating-widget {
  width: 100%;
}
#dvFastForms .ff-invalid-msg {
  font-family: Helvetica;
  color: rgba(150, 0, 8, 1);
  padding: 12px;
}
#dvFastForms .ff-required-mark {
  font-family: Helvetica;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  margin-left: 5px;
}
#dvFastForms .ff-page-bread-header {
  background-color: rgba(237, 239, 240, 1);
}
#dvFastForms .ff-page-bread-item {
  font-family: Helvetica;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
}
#dvFastForms .ff-page-bread-item:hover {
  color: rgba(70, 70, 70, 1);
}
#dvFastForms .ff-page-bread-item.item-selected {
  color: rgba(89, 93, 100, 1);
}
#dvFastForms .ff-page-bread {
  padding: 7px;
}
#dvFastForms .ff-btn-submit {
  background: url("https://www.360propertygroup.com.au/uploaded/forms/submit_arrow.png")
    right center no-repeat;
  background-color: #222222;
  font-family: "FuturaBT-Bold", Helvetica Neue, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 0.22em;
  padding: 17px 60px 17px 30px;
  color: #ffffff;
  text-transform: uppercase;
  float: none;
  margin: 20px 0 0;
  border: 0;
  border-radius: 0;
  transition: all 150ms linear 0s;
}
#dvFastForms .ff-btn-submit:hover {
  background-color: #777779;
  color: #ffffff;
}
#dvFastForms .ff-alink:hover {
  color: rgba(70, 70, 70, 1);
}
#dvFastForms .ff-alink {
  font-family: Helvetica;
  font-weight: bold;
  text-decoration: underline;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  padding: 7px;
}
iframe body {
  margin: 0;
}

/* ===========================================
   External Form Spam Protection Styles
   =========================================== */

/* Honeypot field - hidden from humans but visible to bots
   Using position/opacity instead of display:none to avoid bot detection */
.form-hp-field {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

/* External form wrapper */
.external-form-wrapper {
  position: relative;
}

/* Salesforce form specific styles */
.form-embed-raw form {
  position: relative;
}

/* reCAPTCHA error message */
.recaptcha-error-msg {
  display: none;
  font-family: "GT-America-Standard-Light", Helvetica Neue, Arial, sans-serif;
  font-size: 13px;
  color: #c00;
  margin: 10px 0;
  padding: 10px 15px;
  background-color: rgba(200, 0, 0, 0.05);
  border-left: 3px solid #c00;
}
