
.login {
    height: 100%;
}
.login-footer {
    display: none;
}
.profile-applinks {
    display: none;
}
/* .hint__cnt {
    display: none;
} */
 /* for data-testid="projects-list" set max height fit content */
[data-testid="projects-list"] {
    max-height: fit-content;
}