/* @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    */
/*****************************************/


a:hover {
  text-decoration:none!important;
}

body .hs-form-field > label {
color:#ffffff;
}

.hs_cos_wrapper_type_form label {
 color:#ffffff; 
  font-size:1.5rem;
}
.side_content{
 background-color:rgba(238,238,238,0.31)!important; 
  margin:60px;
  padding:20px;
  border-radius:5px;
}

body form.hs-form fieldset[class*="form-columns"] .hs-input{
 border-radius:3px; 
  
}


@media (max-width: 767px){

.side_content{
margin:auto;

]

}