@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);*{font-family:Poppins,sans-serif!important;margin:0;padding:0}a,p,span{font-weight:400!important}h1,h2,h3,h4,h5,h6{font-weight:600!important}main{background-color:rgba(13,60,106,.05)!important;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;min-height:100vh}main header{text-align:center}main header img{max-width:300px}main article{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:30px;row-gap:100px}main footer{padding:20px;text-align:center}.login-container{align-items:center;display:flex;flex-direction:column;row-gap:15px;text-align:center}.login-container h1{font-size:30px}*{font-family:Albert Sans,sans-serif;font-size:inherit}.scene{display:grid;height:220px;place-items:center;position:relative;width:220px;z-index:2}.cube-wrapper{-webkit-animation:bouncing 2s infinite;animation:bouncing 2s infinite}.cube,.cube-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cube{-webkit-animation:rotation 2s infinite;animation:rotation 2s infinite;-webkit-transform:rotateX(45deg) rotate(45deg);transform:rotateX(45deg) rotate(45deg)}.cube-faces{height:80px;position:relative;-webkit-transform:translateX(0) translateY(0) translateZ(-40px);transform:translateX(0) translateY(0) translateZ(-40px);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:80px}.cube-face{background:#0d3c6a;border:1px solid #fff;inset:0;position:absolute}.cube-face.shadow{-webkit-animation:bouncing-shadow 2s infinite;animation:bouncing-shadow 2s infinite;-webkit-transform:translateZ(-80px);transform:translateZ(-80px)}.cube-face.top{-webkit-transform:translateZ(80px);transform:translateZ(80px)}.cube-face.front{-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg);-webkit-transform-origin:0 50%;transform-origin:0 50%}.cube-face.back{-webkit-transform:rotateY(-90deg) translateZ(-80px);transform:rotateY(-90deg) translateZ(-80px);-webkit-transform-origin:0 50%;transform-origin:0 50%}.cube-face.right{-webkit-transform:rotateX(-90deg) translateY(-80px);transform:rotateX(-90deg) translateY(-80px);-webkit-transform-origin:50% 0;transform-origin:50% 0}.cube-face.left{-webkit-transform:rotateX(-90deg) translateY(-80px) translateZ(80px);transform:rotateX(-90deg) translateY(-80px) translateZ(80px);-webkit-transform-origin:50% 0;transform-origin:50% 0}@-webkit-keyframes rotation{0%{-webkit-animation-timing-function:cubic-bezier(.17,.84,.44,1);animation-timing-function:cubic-bezier(.17,.84,.44,1);-webkit-transform:rotateX(45deg) rotateY(0) rotate(45deg);transform:rotateX(45deg) rotateY(0) rotate(45deg)}50%{-webkit-animation-timing-function:cubic-bezier(.76,.05,.86,.06);animation-timing-function:cubic-bezier(.76,.05,.86,.06);-webkit-transform:rotateX(45deg) rotateY(0) rotate(225deg);transform:rotateX(45deg) rotateY(0) rotate(225deg)}to{-webkit-animation-timing-function:cubic-bezier(.17,.84,.44,1);animation-timing-function:cubic-bezier(.17,.84,.44,1);-webkit-transform:rotateX(45deg) rotateY(0) rotate(405deg);transform:rotateX(45deg) rotateY(0) rotate(405deg)}}@keyframes rotation{0%{-webkit-animation-timing-function:cubic-bezier(.17,.84,.44,1);animation-timing-function:cubic-bezier(.17,.84,.44,1);-webkit-transform:rotateX(45deg) rotateY(0) rotate(45deg);transform:rotateX(45deg) rotateY(0) rotate(45deg)}50%{-webkit-animation-timing-function:cubic-bezier(.76,.05,.86,.06);animation-timing-function:cubic-bezier(.76,.05,.86,.06);-webkit-transform:rotateX(45deg) rotateY(0) rotate(225deg);transform:rotateX(45deg) rotateY(0) rotate(225deg)}to{-webkit-animation-timing-function:cubic-bezier(.17,.84,.44,1);animation-timing-function:cubic-bezier(.17,.84,.44,1);-webkit-transform:rotateX(45deg) rotateY(0) rotate(405deg);transform:rotateX(45deg) rotateY(0) rotate(405deg)}}@-webkit-keyframes bouncing{0%{-webkit-animation-timing-function:cubic-bezier(.76,.05,.86,.06);animation-timing-function:cubic-bezier(.76,.05,.86,.06);-webkit-transform:translateY(-40px);transform:translateY(-40px)}45%{-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);-webkit-transform:translateY(40px);transform:translateY(40px)}to{-webkit-animation-timing-function:cubic-bezier(.76,.05,.86,.06);animation-timing-function:cubic-bezier(.76,.05,.86,.06);-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes bouncing{0%{-webkit-animation-timing-function:cubic-bezier(.76,.05,.86,.06);animation-timing-function:cubic-bezier(.76,.05,.86,.06);-webkit-transform:translateY(-40px);transform:translateY(-40px)}45%{-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);-webkit-transform:translateY(40px);transform:translateY(40px)}to{-webkit-animation-timing-function:cubic-bezier(.76,.05,.86,.06);animation-timing-function:cubic-bezier(.76,.05,.86,.06);-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes bouncing-shadow{0%{-webkit-animation-timing-function:cubic-bezier(.76,.05,.86,.06);animation-timing-function:cubic-bezier(.76,.05,.86,.06);opacity:.05;-webkit-transform:translateZ(-80px) scale(1.3);transform:translateZ(-80px) scale(1.3)}45%{-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);opacity:.3;-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-animation-timing-function:cubic-bezier(.76,.05,.86,.06);animation-timing-function:cubic-bezier(.76,.05,.86,.06);opacity:.05;-webkit-transform:translateZ(-80px) scale(1.3);transform:translateZ(-80px) scale(1.3)}}@keyframes bouncing-shadow{0%{-webkit-animation-timing-function:cubic-bezier(.76,.05,.86,.06);animation-timing-function:cubic-bezier(.76,.05,.86,.06);opacity:.05;-webkit-transform:translateZ(-80px) scale(1.3);transform:translateZ(-80px) scale(1.3)}45%{-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);opacity:.3;-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-animation-timing-function:cubic-bezier(.76,.05,.86,.06);animation-timing-function:cubic-bezier(.76,.05,.86,.06);opacity:.05;-webkit-transform:translateZ(-80px) scale(1.3);transform:translateZ(-80px) scale(1.3)}}
/*# sourceMappingURL=main.3b0cd4a4.css.map*/