*{
	margin: 0;
	padding: 0;
}
body{
	background:linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5)), url('images/back.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
form{
	height: 80%;
	font-family: 'inherit;', serif;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
	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;
  }
}

