body {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

form#bookRequest {
  background: rgba(229, 230, 237, 10);
  background: linear-gradient(0deg, rgba(229, 230, 237, 0.8) 0%, rgba(170, 175, 196, 1) 100%);
  padding: 15px;
  border: solid 3px #fff;
  border-radius: 15px;
  max-width: 900px;
  margin-top: -50px;
  color: rgb(51, 51, 51);
  font-weight: 600;
}

div#logo {
  background-color: rgb(19, 36, 96);
  min-height: 90px;
  padding: 15px
}

button.btn-revisn,
a.btn-revisn {
  background-color: rgb(170, 71, 11);
  color: white;
  border: none;
  padding: 5px 20px;
  height: 38px;
  border-radius: 19px;
  cursor: pointer;
  font-size: 16px;
}

button.btn-revisn:hover,
a.btn-revisn:hover {
  background-color: rgb(208, 91, 21);
  color: white;
}

div#revisnBookingModal .modal-content {
  background-color: rgba(235, 235, 232, 0.8);
  border: solid 3px rgba(235, 235, 232, 1);
  color: rgb(51, 51, 51);
}

div#revisnBookingModal .modal-body p {
  font-size: 1em;
  margin-bottom: 15px;
}

div#revisnBookingModal .modal-head {
  font-size: 1.15em;
  font-weight: 700;
}

div#revisnBookingModal .modal-body {
  padding: 30px;
}