*{
	margin: 0;
	padding: 0;
}
body{
	background-image: url('images/back.jpg') ;
	background-size: cover;
	background-repeat: no-repeat;
}
form{
	height: 80%;
	font-family: 'Merriweather', serif;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; 
	padding: 30px;
	border: 1px solid #009;
	padding: 40px; 
	margin-bottom: 300px;
	background-color: white;
}
img{
	width: 100%;
}
@media only screen and (max-width: 991px){
	form{
		margin-top: 50px;
	}
		
}
input{
     padding: 0px;       
     margin: 10px;
     border-radius: 0px;
		}




 
.footer{
	position: static;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #f5f5f5;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer {
    position: static !important;
    height: auto !important;
  }
  h1{
  	font-size: 30px !important;
  }
}

/* for mobile phones only*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .footer {
    position: static !important;
    height: auto !important;
  }
  h1{
  	font-size: 30px !important;
  }
}

