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


.no-list.hs-error-msgs.inputs-list{
   margin-top:8px !important;
}



label.hs-error-msg.hs-main-font-element{
   color: #fff !important;     
   font-size: 12px !important;
  
}

ul.no-list.hs-error-msgs.inputs-list{
    color: #fff !important;     
   font-size: 11px !important;
  margin-left: 16px !important;
   padding: 0 !important;
}

}
.form-banner form .hs-form-field>div.input input.error{
  border-color: #fff;
}

.hs-form-field input.hs-input:focus,
.hs-form-field select.hs-input:focus{
  border-color: #6387E3 !important; 
  outline: none !important; 
}
.custom-error{
  color: #fff !important;     
  font-size: 11px !important;
}

ul.hs-error-msgs-new.inputs-list {
    margin: 8px 0 0 !important;
    padding-left: 16px;
}

.form-banner form .hs-form-field>div.input input.error{
  border-color: unset !important;
}
/*****************************************/