/* @import 'custom.css'; */

body
{
 background-color:red !important;
}

.webform-submission-form
{

}

legend
{
    font-size:1.7em !important;
    font-weight:700 !important;
    
}


legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.8rem !important;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}