#spb-workpostfiches_form_popup #webform-submission-werkpostfiches-popup-add-form label
{
  font-size: var(--font-size-13px);
  line-height: var( --line-height-19px);
  font-family: var(--font-family-light);
  color: var(--color-grey-dark);
  font-weight: normal;
  margin-bottom: 0.2rem;
}
#spb-workpostfiches_form_popup #webform-submission-werkpostfiches-popup-add-form .form-control
{
  border:1px solid var(--color-gray-light);
  border-radius: 0;
}
.workpostfiches_form_popup-modal.spb_overlay .spb-popup-main-wrapper
{
  width: 600px !important;
  padding: 2rem 4rem;
}
.workpostfiches_form_popup-modal.spb_overlay .webform-button--submit
{
  width: 100%;
  background-color:var(--color-violet);
  color: var(--color-white);
  font-family: var(--font-family-light);
  font-size: var(--font-size-15px);
  line-height: var(--line-height-22px);
  font-weight: normal;
  border: none;
  border-radius: 0;
  padding: 10px 30px;
  text-transform: uppercase;
  box-shadow: none;
}
.workpostfiches_form_popup-modal #webform-submission-werkpostfiches-popup-add-form
{
  margin-top: 3rem;
}