/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ===============================
   Global HubSpot Form Overrides
   Act3 Theme
   =============================== */

/* Inputs */
.hs-form-field input,
.hs-form-field select {
  height: 45px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.2;
}

.hs-form-field textarea {
  min-height: 60px;
  padding: 6px 10px;
  font-size: 14px;
}

/* Placeholder text */
.hs-form-field input::placeholder,
.hs-form-field textarea::placeholder {
  font-size: 12px;
  opacity: 0.7;
}

/* Disclaimer / legal text */
.hs-form .legal-consent-container,
.hs-form .legal-consent-container p,
.hs-form .hs-richtext,
.hs-form .hs-form-booleancheckbox label {
  font-size: 12px;
  line-height: 1.4;
}
``