#bookingForm input, #bookingForm select {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 18px;
}
#bookingForm label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #888888;
  font-size: 14px;
}
#bookingForm .group {
  margin-top: 10px;
}
#bookingForm .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}
#bookingForm button {
  background: #000;
  color: #ffffff;
  border-radius: 50px;
  border: 1px solid black;
  padding: 10px 35px;
  font-size: 18px;
}
#bookingForm .select2-selection.select2-selection--single {
  height: 37px;
}

/*# sourceMappingURL=form.css.map */
