


body, .form-control {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.btn-return{
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	background-color: #FD3131;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

#header {
	font-size: 14px;
	line-height: 16px;	
}

footer, #footer {
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 17px;	
}

#footer p {
	margin-top: 12px;
	margin-bottom: 12px;	
}