/*
Theme Name: MTA Education Trust
Theme URI: https://mtaeducationtrust.org.uk
Author: Adfield
Author URI: https://adfield.co.uk
Description: Theme for MTA Education Trust
Version: 1.0
*/
.gform-theme--foundation .gform_fields {
  row-gap: 1rem !important; }

.gform_button {
  background: var(--e-global-color-primary) !important;
  color: #ffffff !important;
  border-radius: 0.2rem;
  padding: 0.5rem 1rem; }
  .gform_button:hover, .gform_button:focus {
    background: var(--e-global-color-primary) !important; }

.form--white_wrapper .gform_title,
.form--white_wrapper .gfield_description {
  color: #ffffff !important; }
.form--white_wrapper label,
.form--white_wrapper legend {
  color: #ffffff !important; }
.form--white_wrapper .gfield_required {
  background: red;
  color: #ffffff;
  padding: 0.1rem 0.2rem;
  border-radius: 0.2rem; }
.form--white_wrapper .gform_button {
  background: #ffffff !important;
  color: var(--e-global-color-primary) !important;
  border-radius: 0.2rem;
  padding: 0.5rem 1rem; }
  .form--white_wrapper .gform_button:hover, .form--white_wrapper .gform_button:focus {
    background: #EFEFEF !important; }

/*# sourceMappingURL=style.css.map */
