.form-control {
  padding: 6px 10px;
}

#month {
  position: relative;
}
#month:before, #month:after {
  position: absolute;
  content: "/";
  top: 15%;
}
#month:before {
  left: -2%;
}
#month:after {
  right: -2%;
}

/*# sourceMappingURL=accommodation-signin.css.map */
