.gform_body .gform_button_select_files{
	border: none;
	outline: none;
	box-shadow: none;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
	color: #fff;
	background-color: #f36e51;
	border: 1px solid #f36e51;
	box-shadow: none;
	outline: none;
	background-image: none;
}
.gform_body .gform_button_select_files:hover{
	color: #fff!important;
	background-color: #f1502d!important;
	border-color: #f04621!important;
	transform: translateY(0)!important;
}
.gform_body .gform_button_select_files:focus{
	color: #fff!important;
	background-color: #f1502d!important;
	border-color: #f04621!important;
	box-shadow: 0 0 0 .2rem rgba(245, 132, 107, .5)!important;
	transform: translateY(0)!important;
}
.gform_body .gfield_label.gform-field-label{
	font-weight: 700;
	margin-bottom: 10px;
}

.gform_body .gfield--type-fileupload{
	margin-top: 20px;
}

.gform_body .gform_fileupload_rules{
	margin-top: 5px;
}
