.webform-submission-form div label.custom-control-label.js-form-required {
  font-size: 1.2rem !important;
  line-height: 1.2rem;
  font-weight: normal !important;
}
.webform-submission-form .fieldset-legend.js-form-required {
  font-size: 1.2rem !important;
  line-height: 1.2rem;
  font-weight: normal !important;
}
label.form-required::after {
  position: relative;
  top:0;
  left:0;
  content: '';
  vertical-align: super;
  display: inline-block;
  background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
}
.webform-submission-form .js-webform-checkboxes,
.webform-submission-form .js-webform-radios,
.webform-submission-form .form-type-checkbox {
  display:block;
}
.captcha {
  margin-top:2em;
  margin-bottom:2em;
}