/* Remove breadcrumbs for user pages */
body.path-user .region--breadcrumb {
    display: none;
}

/* Login */
#user-login-form {
    padding: 0 var(--content-padding);
    height: calc(100vh - var(--header-height));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

#block-gib-primary-local-tasks {
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    width: 100%;
}