.webform-submission-form {
  background-color: #f8f9fa !important;
  padding: 1.5rem !important;
}

#edit-name--wrapper, #edit-name--wrapper .webform-flexbox {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#edit-name--wrapper legend {
  display: none;
}

.webform-submission-form div label.custom-control-label:not(.option) {
  font-size: 1.2rem !important;
  font-weight: normal !important;
}
.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 .form-group, .webform-submission-form .fieldgroup {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
/*
#edit-address--wrapper label.form-required::after,
label.form-required::after {
  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;
  position: relative;
  left: 0;
  top:0;
}*/