.form-title-wrapper { width: 84%; margin-left: 8%; padding-top: 45px; margin-bottom: 15px; }
.form-title-wrapper h3 { color: #fff; font-size: 42px !important; letter-spacing: 1.05px; }

.form-wrapper { width: 100%; background-size: cover; background-image: url('https://strattonspine.parscale.com/images/uploads/Services_Form_Background.png'); display: flex; justify-content: center; align-items: center; }

.form-case {
	background: #00b3e4;
	width: 720px;
	height: 558px;
	margin: 102px 0;
}

.dftop_label .dform_label { margin: 10px 0 !important; font-size: 18px; letter-spacing: .45px; }

.form-case form { width: 84%; margin-left: 8%; }

.dform_label { color: #fff; }
.dform_element { margin: 5px 0 25px !important; }
.dform_container input.text { background: #fff; width: 288px; font-size: 18px;  padding: 6px 10px !important; }
.dform_container select { border: none; width: 288px; font-size: 18px; padding: 6px 10px !important; }

input[type="submit"] {
	background: #fff;
	color: #00b3e4;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: .4px;
	width: 252px;
	height: 54px;
	cursor: pointer;
	display: flex; 
	align-items: center;
	justify-content: center;
}

#new_submission .dform .submit_button .dform_container .dfinput_full { justify-content: center; }

@media only screen and (max-width: 750px) {
.dfcolumns { display: flex; flex-direction: column; }
.form-case { width: 390px; height: inherit; }
.form-title-wrapper h3 { display: flex; justify-content: center; }
.dform_element.dform_columns_2.dftop_label.field_columns_2 { display: flex; justify-content: center;  }
}