/*custom css*/
.hideHeader, .hideFooter{
  display: none;
}
.crmEntityFormView .actions{
  padding: 15px 30px;
}
.actions input{
  background: #D31E23;
}
span#leadgen_receivemarketingandpromotionaloffers input {
  accent-color: #D31E23;
  margin: 5px;
}
#leadgen_additionaldetails{
  min-height: 100px;
  resize: none;
}
.required{
  color: red;
}
div#privacyNoteClientForm p {
  font-size: 14px;
  padding: 0 28px;
  color: #000;
  font-weight: 700;
  font-style: italic;
  font-family: inherit;
}
/*custom css*/