
@media  only screen and (min-device-width: 768px) 
{
    .form-container {
      /*padding: 5%;
      background: #ffffff;
      border: 9px solid #f2f2f2;            
      max-width: 520px;
      margin: auto;*/
    }

}

/*h1, p 
{
  text-align: center;
}*/

input, textarea , button
{
  /*width: 100%;*/
	width: 420px;
	height: 30px;
	width: 480px;
	padding: 6px 10px;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box; }}    
textarea
{
  /*height: 200px;*/
}

