html .login-page{min-height:100vh;padding-top:1px;background:var(--white-2)}html .login-page-logo{display:flex;align-items:center;margin:60px 0 60px 60px}html .login-page-logo>img{margin-right:12px}html .login-page-form{min-height:calc(100vh - 160px);display:flex;flex-direction:column;align-items:center;justify-content:center}html .login-page-form .ant-form{width:400px;margin:0 auto}html .login-page-form-wrap{padding-bottom:100px}html .login-page-title{margin-bottom:40px;text-align:center;font-size:36px;font-style:normal;font-weight:600;line-height:42px}html .login-page-remember{position:relative;top:-6px}html .login-page-remember.ant-form-item .ant-form-item-control-input{min-height:20px}html .login-page-submit-btn{font-weight:700}html .login-page-account-welcome{text-align:center;font-size:24px;font-style:normal;font-weight:400;line-height:34px}html .login-page-account-list{display:flex;margin-top:40px}html .login-page-account-item{transition:all .2s;display:flex;flex-direction:column;align-items:center;width:220px;height:240px;margin-left:20px;padding:40px 20px;border-radius:10px;border:1px solid var(--gray-border);background-color:var(--white-1);cursor:pointer}html .login-page-account-item:hover{border:1px solid var(--gray-tag);background-color:var(--gray-bg);box-shadow:0 4px 5px 0 rgba(0,0,0,.15)}html .login-page-account-item:first-child{margin-left:0}html .login-page-account-logo{display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin-bottom:20px;border-radius:50px;font-size:24px;background-color:var(--gray-tag)}html .login-page-account-name{word-break:break-word;text-align:center;font-size:16px;font-weight:600;line-height:20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}html .login-page-circle-loading{animation:rotateFun 1s linear infinite}