.sds-start-date-field {
    display: block;
    width: 100%;
    clear: both;
    margin: 0 0 1.5rem 0;
}

.sds-start-date-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.4em;
}

.sds-start-date-field input[type="date"] {
    max-width: 400px;
    padding: 0 0.75em;
}