#userForm select,
#userForm textarea,
#userForm input[type="text"],
#userForm input[type="password"],
#userForm input[type="datetime"],
#userForm input[type="datetime-local"],
#userForm input[type="date"],
#userForm input[type="month"],
#userForm input[type="time"],
#userForm input[type="week"],
#userForm input[type="number"],
#userForm input[type="email"],
#userForm input[type="url"],
#userForm input[type="search"],
#userForm input[type="tel"],
#userForm input[type="color"],
#userForm .inputbox {
  height: 100%;
  width: 100%;
}
#userForm h2 {
  text-align: center;
}
#userForm .formResponsive .formHorizontal .rsform-block {
  margin-bottom: 0 !important;
}
#userForm .form-row {
  float: left;
  margin: 0 -15px;
  width: 100%;
}
#userForm .form-row .control-label,
#userForm .form-row .formControls {
  width: 100% !important;
}
#userForm .form-row .col-3,
#userForm .form-row .col-4,
#userForm .form-row .col-6,
#userForm .form-row .col-12 {
  float: left;
  padding: 15px;
}
#userForm .form-row .col-3 {
  width: 25%;
}
#userForm .form-row .col-4 {
  width: 33.33%;
}
#userForm .form-row .col-6 {
  width: 50%;
}
#userForm .form-row .col-12 {
  width: 100%;
}
#userForm .rsform-block-recaptcha label {
  display: none;
}
#userForm .rsform-block-recaptcha #g-recaptcha-285 > div,
#userForm .rsform-block-recaptcha #g-recaptcha-481 > div,
#userForm .rsform-block-recaptcha #g-recaptcha-483 > div {
  display: block;
  margin: 0 auto;
}
#userForm .rsform-block-submit {
  text-align: center;
}
#userForm button {
  background: #8bb6e8;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  width: auto !important;
}
#userForm button:hover {
  background: #465b98;
}

#rsform_4_page_0 .formControls {
  margin-left: 0 !important;
}
#rsform_4_page_0 .formControlLabel {
  float: left !important;
  color: #ffffff;
  width: auto !important;
}
#rsform_4_page_0 .rsform-input-box,
#rsform_4_page_0 textarea,
#rsform_4_page_0 .rsform-captcha-box {
  border-radius: 0 !important;
  height: 40px !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}
#rsform_4_page_0 .rsform-submit-button {
  width: 100% !important;
  padding: 10px 10px;
}
@media (max-width: 767px) {
  #rsform_4_page_0 .rsform-submit-button {
    width: 100% !important;
  }
}
#rsform_4_page_0 .formBody > img {
  margin-bottom: 5px;
  width: 100% !important;
}
@media (max-width: 767px) {
  #rsform_4_page_0 .formBody > img {
    width: 100% !important;
  }
}

.home #spotlight-3 #userForm.contact .form-row {
  margin: 0;
}
.home #spotlight-3 #userForm.contact .form-row .col-6,
.home #spotlight-3 #userForm.contact .form-row .col-12 {
  padding: 0 15px;
}
.home #spotlight-3 #userForm.contact .form-row textarea {
  height: 40px;
}
#userForm.contact {
  text-align: center;
}
#userForm.contact .form-row {
  float: left;
  margin: -15px;
  width: 100%;
}
@media (max-width: 767px) {
  #userForm.contact .form-row {
    float: none;
    margin: 0;
    width: auto;
  }
}
#userForm.contact .form-row .col-6 {
  float: left;
  padding: 15px;
  width: 50%;
}
@media (max-width: 767px) {
  #userForm.contact .form-row .col-6 {
    padding: 0;
    width: 100%;
  }
}
#userForm.contact .form-row .col-12 {
  float: left;
  padding: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  #userForm.contact .form-row .col-12 {
    padding: 0;
  }
}
#userForm.contact .formControls {
  width: 100% !important;
}
#userForm.contact label {
  display: none;
}