.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}@media(max-width:600px){.auth-v1 .auth-mask-bg,.auth-v1 .auth-tree,.auth-v1 .auth-tree-3{display:none}}.auth-page{background-color:#006064;position:relative;height:100vh;overflow:hidden}.cube{position:absolute;width:10px;height:10px;border:1px solid rgba(0,131,143,.92);transform-origin:top left;transform:scale(0) rotate(0deg) translate(-50%,-50%);-webkit-animation:cube 12s ease-in infinite forwards;animation:cube 12s ease-in infinite forwards}.cube:nth-child(2n){border-color:rgba(0,131,143,.82)}.cube:nth-child(2){-webkit-animation-delay:2s;animation-delay:2s;left:25vw;top:40vh}.cube:nth-child(3){-webkit-animation-delay:4s;animation-delay:4s;left:75vw;top:50vh}.cube:nth-child(4){-webkit-animation-delay:6s;animation-delay:6s;left:90vw;top:10vh}.cube:nth-child(5){-webkit-animation-delay:8s;animation-delay:8s;left:10vw;top:85vh}.cube:nth-child(6){-webkit-animation-delay:10s;animation-delay:10s;left:50vw;top:10vh}@-webkit-keyframes cube{0%{transform:scale(0) rotate(0deg) translate(-50%,-50%);opacity:1}to{transform:scale(30) rotate(960deg) translate(-50%,-50%);opacity:0}}@keyframes cube{0%{transform:scale(0) rotate(0deg) translate(-50%,-50%);opacity:1}to{transform:scale(30) rotate(960deg) translate(-50%,-50%);opacity:0}}