
@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%;
}    
textarea
{
  height: 200px;
}

fieldset.scheduler-border {
 
    border: solid 1px #DDD !important;
    padding: 0 10px 10px 10px;
    border-bottom: none;
}



legend.scheduler-border {
  font-weight: bold;
  width: auto !important;
  border: none;
  font-size: 15px;
}
.pp1{
   
}
.pp2{
    
}