/*Content and Form*/

.content-form {
	margin: 100px 0;
}

.content-form-left {
	position: relative;
	padding: 80px 0 120px;
}

.content-form-left::before {
	content: "";
	display: block;
	width: 62%;
	height: 100%;
	border-radius: 12px;
	background: #F6F6F9;
	position: absolute;
	left: -110px;
	top: 0;
	z-index: -1;
}

#gform_1 input {
	width: 100%!important;
	border: 1px solid #007CC2;
}

#gform_wrapper_1 .gform_title {
	display: none;
}

#gform_submit_button_1 {
	max-width: calc(100% - 16px);
}