body {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
div#header {
    background: #6b71b3;
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-bottom: 24px;
}
form#contact-form {
    background: whitesmoke;
    padding: 20px;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.imp_fac label {
    width: 90%;
}
.imp_fac span, .imp_fac span input {
    width: 6%;
}



@media only screen and (max-width: 600px) {
  div#header{
	width: 108%;
	margin-bottom: 0px;
  }
   div#header img{
	width: 60% !important;
    margin-left: 19%;
   }
  
}
