@import"https://fonts.googleapis.com/css2?family=League+Spartan:wght@700&display=swap";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{margin:0;padding:0;background-color:#000;color:#fff;font-family:League Spartan,sans-serif;font-weight:700;height:100%}.App{text-align:center;background-color:#000;min-height:100vh;font-size:calc(10px + 2vmin);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.mainBody{display:flex;flex-direction:column;align-items:center;justify-content:center}.App-header{background-color:#000;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.titleContainer{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.titleContainer img{max-width:2em}.App-link{color:#0ff;text-shadow:0 0 5px #0ff,0 0 10px #0ff;transition:color .3s}.App-link:hover{color:#0cf;text-shadow:0 0 10px #0cf,0 0 20px #0cf}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}h1,h2,h3{text-transform:uppercase;letter-spacing:2px;color:#fff;text-shadow:0 0 1em #ffffffbb}h2{margin:.5em}.login-form{margin:.5em;background-color:#1e1e1e;padding:2rem;border-radius:1em;box-shadow:0 0 10px #fff,0 0 20px #fff;max-width:400px;display:flex;flex-direction:column;gap:1rem;color:#fff;font-family:League Spartan,sans-serif;font-weight:700}.login-form input,.login-form button{background-color:#000;color:#fff;border:2px solid #FFF;border-radius:1em;padding:.75rem;font-size:1rem;font-family:League Spartan,sans-serif;font-weight:700;outline:none;transition:all .3s ease}.login-form input:focus,.login-form button:hover{box-shadow:0 0 10px #fff,0 0 20px #fff;background-color:#111;color:#fff;border-color:#343434}.logo-corner{position:fixed;top:1em;right:2em;width:100px;transform:rotate(7deg);z-index:0;opacity:.9}.logo-corner img{width:100%;height:auto}.no-bullets{list-style-type:none;padding:0;margin:0}.no-bullets li{padding:.5em}
