.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    /* Just to visualize the extent */
}

.login-container {
    width: 50%;
    justify-content: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: white;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

img.leaderboard-logo {
    width: 100%;
}