.booking {
  font-family: Arial, sans-serif;
  padding: 40px;
}
.booking .heading {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  color: #ee3fa8;
}
@media (min-width: 768px) {
  .booking .heading {
    color: #fff;
  }
}

.booking .input-daterange .input-group-addon {
  cursor: pointer;
}

.booking .submit {
  text-align: right;
}
.booking .submit .btn {
  padding: 5px 50px 5px 12px;
  background: url('../img/booking.png') no-repeat right top;
  color: #fff;
  font-weight: bold;
  font-size: 18px;

  -moz-box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

.sidebar .booking {
  padding: 30px;
  margin-top: 40px;
  background: #ededed;
}

@media (min-width: 768px) {
  .booking-page,
  .booking-page .booking {
    height: 100%;
  }
  .booking-page .booking {
    background: #000;
    background: rgba(0, 0, 0, 0.6);
  }
}