/**
 * index.scss
 * - Add any styles you want here!
 */
 body {
    background: #f5f5f5;
  }
  
  .input-group.without-input-field span {
    display: block;
    padding-bottom: 1em;
    margin: auto;
    padding: 10px;
    font-size: 22px;
  }
  
  .input-group.without-input-field > .form-control:not(:last-child) {
    flex: 0;
  }
  
  .input-group.without-input-field .datePickerInput {
    width: 0px;
    height: 0px;
    padding: 0px;
    font-size: 0px;
    border: 0px;
    line-height: 0;
    opacity: 0px;
    position: absolute;
    z-index: -1;
    visibility: hidden;
  }
  
  #todaysDate b {
    display: block;
  }