body,
.form-control {
	font-family: "Lato", sans-serif;
}

h1 {
	margin-bottom: 20px;
}

label {
	color: #333;
}

.btn-send {
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	height: 40px;
}

form {
	background-color: #eee;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 50px !important;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
	height: 40px !important;
}

textarea.form-control {
	height: 100px !important;
}
