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


.help-block.with-errors {
    color:  #ff5050;
    margin-top: 5px;
}
#form_container
{
	padding:15px 15px;
	margin-top:15px;
	background: #0000FF;
	color:#FFFFFF	
}
body
{
	background-color: #FFFF00;
	/*background-image: url("images/window-484596_1280.jpg");*/
	background-size: cover;
}