.login_container {
    height: 100%;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-content: stretch;
    align-items: center;
}

#login-form {
    width: 30rem;
    padding: 20px;
    border: 1px solid lightgray;
}

/** override dash date range **/
input.DateInput_input {
    padding: 4px 11px 4px;
    font-size: inherit;
}