.login-background{width:100vw;height:100vh;background-image:url(/assets/images/login-background2x.png);background-size:100% 100%}.login-form-pannel{height:80%}.login-form-pannel,.signup-form-pannel{display:flex;flex-direction:column;justify-self:start;width:33%;min-width:400px;border-radius:20px;box-shadow:0 10px 60px 0 #2a436384;background-color:#dce7ff;padding:0 40px}.signup-form-pannel{height:auto}.signup-background{min-height:100vh;height:auto;display:flex;justify-content:center;align-items:flex-start;padding:20px;overflow-y:auto;background-image:url(/assets/images/login-background2x.png);background-size:100% 100%}.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}.login-form-button{width:100%;height:50px;margin-top:25px;background-color:#3875f6;color:#fff;border-radius:10px;border:none;cursor:pointer}.login-form-input{height:50px;margin-bottom:25px}.login-form-logo{width:240px;height:80px}.login-form-center{width:100%;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:768px){.login-background,.signup-background{width:100%;background-size:cover;background-position:50%;height:auto;min-height:100vh;padding:20px}.login-form-pannel,.signup-form-pannel{min-width:unset;width:90%}.login-form-divider{width:36px;height:4px;margin-top:10px;margin-bottom:10px}.login-form-logo{width:180px;height:auto}.login-form-input{width:100%;height:44px;margin-bottom:18px}.login-form-button{height:44px;margin-top:20px}.login-form-title{font-size:1.2rem;line-height:1.5rem}}