@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap);body{font-family:Quicksand;margin:0}.homepage{animation:backgroundImage 8s infinite;display:flex;flex-direction:row;height:500px;justify-content:flex-end;position:relative;top:100px}#content{align-items:flex-start;display:flex;flex-direction:column;height:300px;justify-content:space-around;margin-top:70px;width:40%}#credentials{border:5px solid #27a75c;margin-top:10px;padding:10px;width:180px}.homepage h1,.homepage h3{font-weight:bolder;margin:0}.homepage h1{font-size:90px}.homepage h3{color:#3d0000;font-size:40px}#content h5{margin:0}.homepage-appbar{display:flex;flex-direction:row;justify-content:space-between;margin:10px;width:100%}.header{border-bottom:2px solid #27a75c;margin:0;position:fixed;top:0;width:100%;z-index:1px}.homepage-appbar h1{color:#609966;margin:5px 0 0 10px}.homepage-appbar ul li{list-style-type:none;margin-right:30px}.homepage-appbar a:hover{text-decoration:underline;-webkit-text-decoration-color:#27a75c;text-decoration-color:#27a75c}.homepage-appbar a{color:#27a75c;font-weight:700;text-decoration:none}.homepage-appbar ul{display:flex}@keyframes backgroundImage{0%{background-image:url(/static/media/then.5956adba41581ba47d5d.svg);background-repeat:no-repeat;background-size:700px 380px}to{background-image:url(/static/media/then.5956adba41581ba47d5d.svg);background-repeat:no-repeat;background-size:800px 500px}}.loginPage{animation:loginBackground 5s linear 1 forwards;height:500px}@keyframes loginBackground{0%{background-image:url(/static/media/loginpage-background.8ad187e8bc1563a05a70.svg);background-repeat:no-repeat;background-size:95% 500px}to{background-image:url(/static/media/loginpage-background.8ad187e8bc1563a05a70.svg);background-repeat:no-repeat;background-size:100% 500px}}.errorMessage{animation:notification .1s linear 1 forwards;background-color:red;border-radius:5px;color:#fff;display:flex;flex-direction:row;font-weight:bolder;justify-content:space-around;position:absolute;right:35%;top:10px;width:30%;z-index:1}.errorMessage button{background-color:initial;border:none;border-radius:50%;color:#fff;cursor:pointer;font-weight:bolder}.errorMessage button:hover{opacity:.8}@keyframes notification{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@media (max-width:600px),only screen and (max-width:1200px){#content{height:300px;margin-top:70px;padding:20px;width:100%}.homepage{animation:none;display:flex;flex-direction:row;height:500px;justify-content:center;position:relative;top:100px}#credentials{margin-top:10px}.header{position:relative;width:100%}}.connection-check{align-items:center;background-color:#000c;display:flex;height:100%;justify-content:center;left:0;opacity:1;position:fixed;top:0;transition:opacity .5s ease-in-out;width:100%;z-index:9999}.connection-check.fade-out{opacity:0}.connection-content{background-color:#fff;border-radius:10px;box-shadow:0 0 20px #0003;padding:2rem;text-align:center}.spinner{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.connection-content p{color:#333;font-size:1.1rem;margin:0}
/*# sourceMappingURL=main.1d638218.css.map*/