body, .form-control {
    font-family: 'Lato', sans-serif;
    background-color: #000000;
	color: #696969;
}
h1{
    margin-bottom: 40px;
	font-family: Bitwise;
	font-size: 20px;
	color: #696969;
}
label {
    color: #696969;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
