/* GF 3.x puts the loader inside the button. Keep the theme's custom image. */
body .gform_wrapper button.gform-has-spinner .gform-loader {
	border: none;
	animation: none;
	transform: none;
	width: 20px;
	height: 20px;
	background: url('../../images/spinner.gif') center / contain no-repeat;
}
