body,html{display:flex;justify-content:center;align-items:center;background-repeat:no-repeat;background-image:url(../../images/background_stripes.svg);background-size:cover;background-position:left;background-color:var(--background-red)}body{padding:2rem;box-sizing:border-box}h1{font-size:2rem;margin:0}.main-container{position:relative;width:100%;min-height:600px;max-height:100%;min-width:500px;width:fit-content;height:fit-content;overflow:auto;border-radius:var(--border-radius);padding:3rem;background-color:var(--background-color);box-sizing:border-box;align-content:center}@media (max-width:500px){body{padding:0}.main-container{height:100%;width:100%;min-height:unset;min-width:unset;margin:0;padding:2rem}}.language-switch{position:absolute;cursor:context-menu;top:15px;right:15px;font-size:13px}#finnish,#swedish{cursor:pointer}.header{margin-bottom:2rem;text-align:center}.header img{width:160px;margin-bottom:.5rem}#login-form{width:100%;max-width:350px;margin-right:auto;margin-left:auto}.form-group{margin-bottom:15px}label{display:inline-block;font-weight:400;margin-bottom:5px}.list{list-style-type:disc;padding-left:40px}.list-numbered{list-style-type:decimal;padding-left:40px}