main.login{height:100vh}main.login .login-card{animation:enterlogin 1.5s linear}main.login .login-frame{height:100%;background:linear-gradient(-26deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;animation:gradient 25s ease infinite}main.login .login-panel{border:0;transition:all .9s ease;max-width:350px;margin:auto;position:relative;top:50%;transform:translateY(-50%);padding:0;animation:enterlogin 1.5s linear}.brand-stamp{position:fixed;bottom:30px;right:40px;width:120px;height:22px;background-image:url(/imgs/logo2023-w.png);background-position:0 0;background-size:120px auto;background-repeat:no-repeat}@keyframes enterlogin{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}