
@media  only screen and (min-device-width: 768px) 
{
    .form-container {
      padding: 2%;
      background: #ffffff;
      border: 20px solid #ffffff;            
      margin: auto;
    }

}

h1 
{
  text-align: center;
  font-size: 35px;
}

p 
{
  text-align: center;
}

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


.brd {
	width: 100%;
    height: 40px;
    padding: 9px 10px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
}