body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#292c33;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{height:100vh}#root,.App{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100vw}.App{box-sizing:border-box;gap:50px;height:80%;max-width:500px;min-width:350px;padding:0 20px}.wrapper{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;overflow:hidden;width:100%}.content{display:flex;justify-content:space-between;-webkit-transform:translateX(25%);transform:translateX(25%);transition:-webkit-transform .3s cubic-bezier(.6,-.47,.63,1);transition:transform .3s cubic-bezier(.6,-.47,.63,1);transition:transform .3s cubic-bezier(.6,-.47,.63,1),-webkit-transform .3s cubic-bezier(.6,-.47,.63,1);width:200%}.content.active{-webkit-transform:translateX(-25%);transform:translateX(-25%)}.code-view{flex-direction:column;gap:30px}.code-view,.login-view{align-items:center;display:flex;height:100vh;justify-content:center;width:50%}.login-view{gap:15px}.login-view>div{align-items:center;display:flex;gap:15px;height:100%;justify-content:center;-webkit-transform:translateY(-15%);transform:translateY(-15%);width:100%}@media screen and (max-width:500px){.login-view>div{-webkit-transform:translateY(-12%);transform:translateY(-12%)}}.button_login{border-radius:50%;height:50px;width:50px}.button_login.disabled{background-color:#ccc;cursor:not-allowed}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.icon-loading{-webkit-animation:rotate 2.5s linear infinite;animation:rotate 2.5s linear infinite}button{align-items:center;background-color:#1896fb;border:none;border-radius:4px;box-shadow:0 4px 6px 0 rgba(0,0,0,.2);color:#fff;display:flex;font-size:18px;font-weight:700;gap:1rem;justify-content:center;padding:12px 16px;text-align:center;text-decoration:none}button:hover{background-color:#0d8bf2;cursor:pointer}input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:large;font-weight:700;padding:12px 18px;width:100%}input:focus{border:1px solid #1896fb;box-shadow:0 0 5px #1896fb;outline:none}.button_groups{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly;width:100%}.button_groups,.osvg{-webkit-transform:translateY(-100px);transform:translateY(-100px)}
/*# sourceMappingURL=main.500b750a.css.map*/