.auth-wrapper{display:flex;min-height:calc(var(--vh, 1vh)*100);width:100%;flex-basis:100%;align-items:center}.auth-wrapper a{text-decoration:unset}.auth-wrapper.auth-v1{align-items:center;justify-content:center;overflow:hidden;padding:1.5rem}.auth-wrapper.auth-v1 .auth-mask-bg{position:absolute;bottom:0;width:100%}.auth-wrapper.auth-v1 .auth-tree,.auth-wrapper.auth-v1 .auth-tree-3{position:absolute}.auth-wrapper.auth-v1 .auth-tree{bottom:0;left:0}.auth-wrapper.auth-v1 .auth-tree-3{bottom:0;right:0}.auth-wrapper.auth-v1 .auth-inner{width:28rem;z-index:1}.auth-wrapper.auth-v1 .auth-inner .auth-card{padding:.9375rem .875rem;background:rgba(10,13,20,.82)!important;backdrop-filter:blur(20px)!important;border:1px solid rgba(6,241,26,.12)!important;border-radius:20px!important;box-shadow:0 8px 40px rgba(0,0,0,.5),0 0 0 1px rgba(6,241,26,.06)!important}@media(max-width:600px){.auth-v1 .auth-mask-bg,.auth-v1 .auth-tree,.auth-v1 .auth-tree-3{display:none}}.auth-page{background:linear-gradient(135deg,#050709,#0b1220 50%,#060d0a);position:relative;height:100vh;overflow:hidden}.cube{position:absolute;width:10px;height:10px;border:1px solid rgba(6,241,26,.22);transform-origin:top left;transform:scale(0) rotate(0deg) translate(-50%,-50%);animation:cube 12s ease-in infinite forwards}.cube:nth-child(2n){border-color:rgba(6,241,26,.14)}.cube:nth-child(2){animation-delay:2s;left:25vw;top:40vh}.cube:nth-child(3){animation-delay:4s;left:75vw;top:50vh}.cube:nth-child(4){animation-delay:6s;left:90vw;top:10vh}.cube:nth-child(5){animation-delay:8s;left:10vw;top:85vh}.cube:nth-child(6){animation-delay:10s;left:50vw;top:10vh}@keyframes cube{0%{transform:scale(0) rotate(0deg) translate(-50%,-50%);opacity:1}to{transform:scale(30) rotate(960deg) translate(-50%,-50%);opacity:0}}