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

}
img{
  border: 2px solid #969696;
  border-radius: 20px;
}
.centerpls{
  margin: auto !important;
}
h1, p 
{
  text-align: center;
  font-weight: bold;
}
body{
  background-color: #969696;
}
input, textarea , button
{
  width: 100%;
}    
textarea
{
  height: 200px;
}

