body {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.message-form {
	background-color: #313131 !important;
	border-color: #575757;
	box-shadow: 0 0 0 0;
	color: #efefef
}
.message-form:focus  {
	background-color: transparent !important;
	border-color: #fff !important;
	color: #efefef;
}
