/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#travelanium-form-merlin .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

#travelanium-form-merlin .form-control {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  font-size: 14px;
  height: 40px;
}

#travelanium-form-merlin .input-group > .custom-select:not(:last-child),
#travelanium-form-merlin .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#travelanium-form-merlin .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

#travelanium-form-merlin .input-group-btn {
  width: 100px;
  position: absolute;
  z-index: 99;
  right: -15px;
}

#travelanium-form-merlin .btn-default {
  width: 100%;
  background: #eb8a0d;
  color: #fff;
  border: 1px solid #fbd504;
  border-radius: 25px !important;
  margin-left: 0px;
  height: 40px;
}

#travelanium-form-merlin .travelanium-status {
    text-align: center;
    display: block;
}

#travelanium-welcome {
    margin: 0 auto;
    text-align: center;
    display: none;
}
