.path-webform #content {
  max-width: 1500px !important; 
}
.path-webform form {
  max-width: 1500px !important;
  margin: 0 auto;
}
legend {
    color: #00AEB7;
}
legend:not(.fieldset-wrapper legend) .field-label {
   font-size: 28px; 
}
.fieldset-wrapper {
    border: 1px solid #bebebe;
    border-radius: 5px;
    padding: 35px;
}
.form-required::after {
    content: '';
    vertical-align: super;
    display: inline-block;
    background-image: url(/themes/contrib/bootstrap_barrio/images/required.svg);
    background-repeat: no-repeat;
    background-size: 7px 7px;
    width: 7px;
    height: 7px;
    margin: 0 0.3em;
}