input[type=date] {
    height: 30px;
    width: 120px;
    margin: 0 auto;
    font-family: arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffffff;
    outline: none;
    border: 0;
    border-radius: 3px;
    padding: 0 3px;
    color: #960a0a;
    ;
  }
  /* input[type=date]::-webkit-datetime-edit-month-field {
    color: red;
  }
  input[type=date]::-webkit-datetime-edit-day-field {
    color: white;
  }
  input[type=date]::-webkit-datetime-edit-year-field {
    color: blue;
  } */
  input[type=date]::-webkit-clear-button {
    font-size: 16px;
    height: 30px;
    position: relative;
    right: 5px;
    margin-right: 4px;
  }
  input[type=date]::-webkit-inner-spin-button {
    height: 30px;
  }
  input[type=date]::-webkit-calendar-picker-indicator {
    font-size: 16px;
  }
  input[type=date]::-webkit-calendar-picker-indicator:hover {
    background-color: #960a0a;
    color: #e6e6e6;
    cursor: pointer;
  }
  input[type=date]::-webkit-calendar-picker-indicator:active {
    color: blue;
  }