.destination-form-container {
  background: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.destination-form-card {
  width: 390px;
  height: 248px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  padding: 0;
  font-family: Arial, sans-serif;
}
.destination-form-card .form-label {
  font-size: 13px;
  font-weight: 500;
  color: #005c6d;
  margin-bottom: 0;
}
.destination-form-card .form-label.destination-label {
  position: absolute;
  left: 26px;
  top: 10px;
  color: #005c6d;
}
.destination-form-card .form-label.date-label {
  position: absolute;
  right: 26px;
  top: 10px;
  color: #005c6d;
}
.destination-form-card .form-label.rooms-label {
  position: absolute;
  left: 23px;
  top: 120px;
  color: #80758e;
  font-size: 13px;
}
.destination-form-card .input-row {
  width: 100%;
  min-height: 33px;
  background: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 17.66px;
  margin-bottom: 8px;
  padding: 0 12px;
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.destination-form-card .input-row .input-bg {
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 14px;
  color: #444;
  flex: 1 1 auto;
}
.destination-form-card .input-row .input-bg.date-select {
  color: #717171;
  font-size: 12px;
  opacity: 0.7;
  text-align: right;
}
.destination-form-card .input-row .input-placeholder {
  color: #717171;
  font-size: 12px;
  opacity: 0.7;
}
.destination-form-card .input-row .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.destination-form-card .input-row .icon svg {
  display: block;
}
.destination-form-card .input-row .icon.edit-icon svg rect {
  stroke: #ff5e00;
}
.destination-form-card .input-row .icon.date-icon svg rect {
  stroke: #00226b;
}
.destination-form-card .input-row .icon.location-icon svg path, .destination-form-card .input-row .icon.location-icon svg circle {
  stroke: #00226b;
}
.destination-form-card .input-row .icon.bed-icon svg rect {
  fill: #00308f;
}
.destination-form-card .input-row .icon.search-icon svg circle, .destination-form-card .input-row .icon.search-icon svg rect {
  stroke: #fff;
  fill: #fff;
}
.destination-form-card .search-btn {
  background: #4d2f8f;
  color: #fff;
  border: none;
  border-radius: 17.66px;
  height: 32px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: none;
  transition: background 0.2s;
}
.destination-form-card .search-btn .search-label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.destination-form-card .search-btn:hover, .destination-form-card .search-btn:focus {
  background: #3a236b;
  color: #fff;
}/*# sourceMappingURL=destination-form.css.map */