#block-unex-bs-content > div > article > div > div.field.field--name-field-paragraph-content.field--type-entity-reference-revisions.field--label-hidden > div > div:nth-child(5) > div {
 max-width:560px;
  margin: 0 auto;
  display: block;
}

.field--name-field-webform {
 background-color: #003B5C;
    padding: 30px;
}

/* All labels white */
.field--name-field-webform label {
  color: #fff;
}

/* Required asterisk: kill the SVG, use a white text asterisk */
.field--name-field-webform .form-required::after {
  background-image: none;
  content: "*";
  color: #fff;
}

/* Privacy Policy link white + underlined so it still reads as a link */
.field--name-field-webform .form-check-label a,
.field--name-field-webform .form-check-label a:hover,
.field--name-field-webform .form-check-label a:focus {
  color: #fff;
  text-decoration: underline;
}

/* Submit button text white, if your theme doesn't already 
.field--name-field-webform .btn-primary {
  color: #003B5C;
} */

/* Hide Drupal's required marker on the checkbox */
.field--name-field-webform .form-check-label .form-required::after,
.field--name-field-webform .form-check-label.form-required::after {
  content: none;
}

/* Add a white asterisk at the very end of the label */
.field--name-field-webform .form-check-label::after {
  content: " *";
  color: #fff;
}

.webform-confirmation__message {
  color: #fff;
  text-decoration: none;
}

.field--name-field-webform .webform-confirmation__back a,
.field--name-field-webform .webform-confirmation__back a:hover,
.field--name-field-webform .webform-confirmation__back a:focus {
  color: #fff;
  text-decoration: underline;
}


