.gform_footer {
    margin-top: 0px !important;
}

.gform_wrapper input:not([type="submit"]), .gform_wrapper textarea {
    border: 2px solid #f1f2f2;
/* 	color: white; */
    padding: 8px 10px !important;
	background: transparent;
	border-radius: 0px;
}

.gform_wrapper input:not([type="submit"])::placeholder, .gform_wrapper textarea::placeholder {
/* 	color: white; */
}

/* .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: -15px !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
} */

.gform_wrapper {
    margin: 0px !important;
}

.gform_button {
	border-width:0px !important;
}

.gform_wrapper select {
    border: 2px solid #f1f2f2;
    height: 44px;
}
