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

}

h1, p 
{
  text-align: center;
}

input, textarea , button, radio
{
  width: 100%;
  
}    
radio{
display: inline-block;
opacity: 1;
width: 1em;
z-index: -1;
}
textarea
{
  height: 100px;
}

