.login-background{width:100vw;height:100vh;background-image:url(/assets/images/login-background2x.png);background-size:100% 100%;display:grid;place-content:center}.login-card{width:88vw;height:83vh;border-radius:48px;background-color:hsla(0,0%,100%,.5);border:1px solid #fff;display:flex;justify-content:space-around;align-items:center}.login-form-pannel{display:flex;flex-direction:column;justify-self:start;width:33%;height:90%;border-radius:20px;box-shadow:0 10px 60px 0 #2a436384;background-color:#fff;padding:0 40px}.login-form-divider{width:45px;height:5px;margin-top:15px;margin-bottom:15px;background-color:#3875f6}.login-form-title{font-family:PingFangSC;font-size:x-large;font-weight:400;line-height:36px;margin-bottom:40px;text-align:center}.login-form-button{width:120px;height:50px;margin-top:25px;background-color:#3875f6;color:#fff;border-radius:25px;border:none}.normal-button{background-color:#fff;border:1px solid #eeeff1;color:#000}.login-form-input{height:50px;margin-bottom:25px}.login-form-logo{width:200px;height:100px}.login-form-center{justify-content:center;height:600px}.login-form-buttonzone,.login-form-center{width:100%;display:flex;align-items:center}.login-form-buttonzone{justify-content:space-around;margin-bottom:10px}.login-form-language-select-zone{width:100%;display:flex;justify-content:flex-end;align-items:center;margin-top:10px}.language-select{width:100px;align-items:center;right:-30px}