
html,
body {
    height: 130%;
    width:100%;
    background-image: url("assets/img/hero-bg.jpg");
	background-size: cover;
	background-repeat:repeat; 	
}


@media  only screen and (min-device-width: 768px) 
{
    .form-container {
      padding: 5%;
      background: #ffffff;
      border: 9px solid #f2f2f2;            
      max-width: 920px;
      margin: auto;
	background: rgba(255, 255, 255, .7);
	height: 120%;	
    }

}

.container 
{
    height: 100%;
    width:100%;
	background-size: cover;
	background-repeat:no-repeat;    
}


h1, p 
{
  text-align: center;
}

input, textarea , button
{
  width: 100%;
}    
textarea
{
  height: 200px;
}

