#login{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}#login-card{width:50%;text-align:center}.suggestions{display:flex;justify-content:center;flex-wrap:wrap;margin:1em;align-items:center}.suggestion{margin:1em;width:300px}.buttons{display:flex;width:100%;justify-content:space-evenly}.alert{position:absolute;right:3em;top:3em;width:200px;z-index:20}.loading{position:fixed;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.9);z-index:10}