body, .form-control {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-top: 40px;
    margin-bottom: 40px;
}
h2{
    margin-top: 40px;
    margin-bottom: 40px;
}
a {
	font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 10px;
    margin-bottom: 20px;
	color:#000;
}
.muted {
    margin-top: 25px;
    margin-bottom: 30px;
}
label {
    color: #0d70b7;
    font-weight: 700;
}
.btn-send {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0em;
    margin-bottom: 20px;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
