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

label {
    color: #333;
	margin-left: 5px;
	margin-right: 5px;
}

.btn-send {
    font-size: 16px;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}
.btn-send-small {
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

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

input[type=text]:focus {
	background-color: rgba(232,232,232,1.00);
}
input[type=email]:focus {
	background-color: rgba(232,232,232,1.00);
}