/* @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    */
/*****************************************/
/* 1k. Forms */

form_bg_color = color #ff7900

form {
  background-color: transparent;
  border: ;
  border-radius: ;
  padding: ;
}

 input:focus{
  outline: #ff7900;
  border-radius: none;
}

input[type=text]:focus {
  border: 2px #ff7900;
  border-radius: none;
}

form .legal-consent-container, form .legal-consent-container .hs-richtext, form .legal-consent-container .hs-richtext p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}
form .hs-richtext, form .hs-richtext *, form .hs-richtext p, form .hs-richtext h1, form .hs-richtext h2, form .hs-richtext h3, form .hs-richtext h4, form .hs-richtext h5, form .hs-richtext h6 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
}