body, .form-control {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
	color: #000000;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
/* form boxes for input */
.formbutton {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	border: thin solid #999;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 200px;
	margin-top: 20px;
	height: 40px;
	font-weight: bold;
	font-size: large;
	background-color: #fc7763;
}
.help-block.with-errors {
	color: #ff5050;
	margin-top: 5px;
	font-weight: bold;
}
