.contact-wrapper
{
	background: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	padding: 40px;
}
.contact-form .form-control
{
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #979797;
	border-radius: 0;
	padding: 0;
	font-family:  'Gilroy';
	font-size: 16px;
}
.contact-form .form-control:focus
{
	outline: none;
	box-shadow: none;
}