
@media  only screen and (min-device-width: 768px) 
{
    .form-container {
      padding: 0%;
      background: #ffffff;
      border: 0px solid #f2f2f2;            
      max-width: 100%;
      margin: auto;
    }

}

h1, h3 p 
{
  text-align: center;
}

input, textarea , button
{
  width: 100%;
}    
textarea
{
  height: 100px !important;
}

