.form-blue {
  padding: 30px;
  background: linear-gradient(
    180deg,
    rgba(11, 31, 51, 1) 0%,
    rgba(34, 60, 91, 1) 100%
  );
  color: white !important;
}

.form-blue input:not([type="submit"]) {
  background-color: white !important;
  color: #171b25 !important;
  // border: 5px solid #ffbf00 !important;
}

div:not(.pwr-form) > .hs_cos_wrapper_type_form .hs-form-field > label {
  color: #ffffff !important;
}

div:not(.pwr-form) > .hs_cos_wrapper_type_form textarea {
  background-color: #ffffff;
// border: 5px solid #ffbf00 !important;
}

div:not(.pwr-form) > .hs_cos_wrapper_type_form form.hs-form .hs-submit:hover::after {
  background-color: #1f3856 !important;
}

/* FORM BUTTON */
.form-blue .hs-button {
  color: #000000 !important;
}

.form-blue .hs-button:hover {
  color: #ffffff !important;
}

/* ./css/forms.css */