body {
	background-color: #d1e5ef;
}
.contact {
	padding-top: 100px;
	margin-bottom: 100px;
	height: 825px;
}
.col-3 {
	background: #f7fbff;
	padding: 4%;
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
.contact-info img {
	margin-bottom: 15%;
}
.contact-info {
	text-align: center;
	color: #717174;
	font-family: sans-serif;
}
.col-9 {
	background: #fff;
	padding: 3%;
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.contact-form label {
	font-weight:600;
}
.contact-form button {
	background: #50526e;
	color: #fff;
	font-weight: 600;
}
.form-control.contact-us {
	margin-bottom: 10px;
}	