body {
    font-family: 'Raleway', sans-serif;
    background-color: transparent;
}
h1 {
    margin-bottom: 40px;
}
label {
    color: #fff;
}
.btn-send {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}