#webform-submission-contact-form-ajax {
padding: 1em;
background-color: #981F62;
width: 70%;
margin: 0  auto;
}

#webform-submission-contact-form-ajax  .form-item  {
  margin-bottom: 1em;
}

#webform-submission-contact-form-ajax label, 
#webform-submission-contact-form-ajax .webform-element-description,
#webform-submission-contact-form-ajax  span,
#webform-submission-contact-form-ajax .captcha__description,
#webform-submission-contact-form-ajax  .webform-progress-tracker .progress-title,
#webform-submission-contact-form-ajax tbody td  {
color: white;
font-weight: bold;
}

#webform-submission-contact-form-ajax  .card-header {
background-color: #012F75 !important;
}


#webform-submission-contact-form-ajax  .card-header  .fieldset-legend {
  font-size: 1.4rem;
}

#webform-submission-contact-form-ajax .table>:not(caption)>*>*, .tableselect { 
border-bottom: 0;
}

#webform-submission-contact-form-ajax .webform-progress-tracker .progress-step:not(.is-active) .progress-marker::before {
background-color: white; 
}

#webform-submission-contact-form-ajax  .webform-progress-tracker .progress-step .progress-marker::after {
    background-color: white;
}

