.DateInput {
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    display: inline-block;
    width: 110px;
    vertical-align: middle;
  }

.DateInput_input {
    font-weight: 200;
    font-size: unset !important;
    line-height: 24px;
    color: #484848;
    background-color: #fff;
    width: 100%;
    padding: 11px 11px 9px;
    border: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid transparent;
    border-left: 0;
    border-radius: 0;
}

.leaflet-label {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  color: black;
  text-align: center;
  border: none;
  font-size: 1rem;
  box-shadow: None;
}