*{box-sizing:border-box;margin:0;padding:0}body{background-color:#1c2028;display:grid;font-family:Roboto,sans-serif;min-height:100vh;place-items:center}.form{align-items:center;background-color:#2f3542;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-o-border-radius:1rem;color:#fff;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:2rem;text-align:center;width:500px}.input{background-color:#595d68;border:none;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-o-border-radius:.5rem;color:#fafafa;display:inline-block;font-size:1.2rem;outline:none;padding:.8rem 1rem;width:100%}input::placeholder{color:#82868e}img{height:350px}.submit{background-color:#57606f;border:none;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-o-border-radius:.5rem;color:#fafafa;cursor:pointer;outline:none;padding:1rem;width:100%}.loading{align-items:center;display:flex;flex-direction:column;gap:.5rem;height:350px;justify-content:center;width:80%}.loading span{animation:_loading 1s linear infinite;-webkit-animation:_loading 1s linear infinite;border:2px solid #fff;border-bottom:0;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;display:inline-block;height:3rem;width:3rem}@keyframes _loading{0%{-webkit-border-radius:rotate(1turn);-moz-border-radius:rotate(1turn);-o-border-radius:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.33056db6.css.map*/