
.form {
	width: 100%;
	background:  #819FF7;
	text-align: center;
	margin: 30px auto;
	padding: 23px 0;
}
.form h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: white;
	margin-bottom: 23px;
}
.form span {
	font-weight: 700;
	color: #d83413;
}
.form input[type=text]{
	border: 1px solid #CACACA;
	width: 80%;
	height: 40px;
	color: #8C8C8C;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 12px;
	text-align: center;
}


.btn_submit_form {
	color: #010506;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 700;
	display: block;
	background: url(img/popup-btn-unfocus.png) no-repeat 0 0;
	width: 205px;
	height: 59px;
	text-decoration: none;
	text-align: center;
	margin: 10px auto;
	border: 0;
	padding-bottom: 6px;
}


.btn_submit_form:hover {
	background: url(img/popup-btn-focus.png) no-repeat 0 0;
}
.btn_submit_form:active {
	background: url(img/popup-btn-unfocus.png) no-repeat 0 0;
}



#contact {
}
