
.contact
{
	padding-top: 100px;
	padding-bottom: 20px;
}
.contact_title
{
	font-size: 36px;
	font-weight: 500;
	color: #1a1a1a;
}
.contact_form_container
{
	margin-top: 30px;
}
.contact_form label {margin-bottom: 0px}
.input_field
{
	width: 100%;
	background: #f8f4f4;
	border: solid 1px transparent;
	margin-bottom: 15px !important;
	height: 42px;
	padding-left: 20px;
}
.input_field:focus
{
	outline: none !important;
	border: solid 1px #bf9000;
}
.text_field
{
	width: 100%;
	height: 115px;
	background: #f8f4f4;
	border: solid 1px transparent;
	padding-left: 20px;
	margin-bottom: 20px;
}
.text_field:focus
{
	outline: none !important;
	border-color: #bf9000;
}
.contact_send_btn
{
	width: 49%;
	height: 40px;
	background: #bf9000;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
}

.reset_btn
{
	background: #0b0b0b;
	
}

.contact_send_btn:focus
{
	outline: solid 1px #ffb606;
	border: green !important;
}
