body, .form-control {
    font-family: 'Lato', sans-serif;
	background-color: #262020;
}
h1{
	color: #e4e2e2;
	margin-top: 0px;
    margin-bottom: 5px;
}
label {
    color: #e4e2e2;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


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

.imgFeture {
display: block;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.imgContact {
display: block;
margin-top: 100px;
margin-left: auto;
margin-right: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}