body {
    font-family: 'Lato', sans-serif;
}

h1 {
    margin-bottom: 40px;
}

label {
    color: #080e14;
}

.btn-send {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 50px;
    color: #080e14;



}




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