body, .form-control {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}

.form-control {
    color: #ffffff;

}

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


.help-block.with-errors {
    color: #feee00;
    margin-top: 5px;
    text-align: left;
}

