body {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
div#header {
    background: transparent;
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-bottom: 0px;
}
img.regHeaderImg {
    width: 100%;
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
form#contact-form {
    background: whitesmoke;
    padding: 20px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.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%;
}

.noteTxt{
	font-size: 12px;
    text-align: justify;
	color: #6d6d6d;
}


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