
@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: 96%;
  border-radius: var(--border-radius-small);
    margin: 10px 0;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	    padding: 2%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}    
textarea
{
  height:auto;
  background-color: #fff;
    border: 1px solid #ced4da;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
	height:100px
}
button{background: #e32e5e;
    color: white; width:100%;}
