body, .form-control {
    font-family: 'Lato', sans-serif;
    color: #333;
}

h1{
    margin-top: 25px;
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: bold;
	color: #2899ca;
}

label {
    color: #333333;
	font-weight: bold;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0em;
    margin-bottom: 20px;
    background-color: #1e51cb;
    border-color: #2583d2;
}

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