.form-field-wrapper{
max-width: 100%!important;
}

.EPiServerForms .Form__Element .Form__Element__Caption {
  color: #fff!important;
  font-weight: bold!important;
}

.form input[type=checkbox]+label span, form input[type=checkbox]+label span {
  color:#fff!important;
}

.button.filled:not([class*=theme-]) {
  border-color: #fff!important;
  color: #0052a0!important;
  background-color: #fff!important;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 40px;
  display: block!important;
  letter-spacing: 1px;
  font-family: UniSA-Altis-Extra_Bold,Helvetica,Arial,sans-serif!important;
  width: 100%!important;

}

.button.filled:not([class*=theme-]):hover {
  background-color: #F72585!important;
color: #fff!important;
border-color: #F72585!important;
}

#recaptcha-branding {
  margin-top:20px;
}

#recaptcha-branding a{
 color: #fff!important;
}
