*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
input[type="date"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #ffffff;
    padding: 0 1em;
    line-height: 1.65;
    color: #9fa3a6 !important;
    opacity: 1;
    font-family: "Open Sans", sans-serif;
    font-size: 11.5pt;
    font-weight: 400;
    border: solid 1px rgba(210, 215, 217, 0.75);
    border-color: 1px rgba(210, 215, 217, 0.75);
    color: inherit;
    display: block;
    border-radius: 0.375em;
    outline: 0;
    text-decoration: none;
    height: 2.75em;
    width: 100%;
}
input[type="date"]:focus {
    border-color: #ed1c24;
    box-shadow: 0 0 0 1px #ed1c24;
}

::-webkit-calendar-picker-indicator {
    background-color: #c0c4c7;
    padding: 2px;
    cursor: pointer;
    border-radius: 3px;
}
