.promo-form {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.promo-form .gform-theme--foundation .gform_fields {
    row-gap: 12px;
    text-align: left;

    * {
        border-radius: unset;
    }
}

.promo-form .gfield_label.gform-field-label {
    color: inherit;
}

.promo-form .gform-theme--foundation input[type=submit] {
    background-color: #0B2992;
    border-radius: unset !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.promo-form .gform_validation_errors {
	background-color: white;
}