  /* CSS для формы */





.send input[type="text"], input[type="email"], textarea {

  border: solid 1px #000000;
  margin-bottom: 2%;
}

.send input[type="text"], [type="email"] {

  color: #5d5d5d;
  width: 46%;
  padding: 8px;
  border-radius: 5px;
}


.send input[type="submit"] {

  background-color: #b5c1f3;
  padding: 1%;
  color: black;
  border-radius: 5px;
  cursor:pointer;
}
