html{background:var(--login-bg)}html .login-page{min-height:100vh;padding-top:1px;position:relative}html .login-page-bg{z-index:0;pointer-events:none;position:fixed;inset:0}html .login-page-logo{z-index:1;align-items:center;margin:60px 0 60px 60px;display:flex;position:relative}html .login-page-logo>img{margin-right:12px}html .login-page-form{z-index:1;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 160px);display:flex;position:relative}html .login-page-form .ant-form{width:400px;margin:0 auto}html .login-page-form-wrap{padding-bottom:100px}html .login-page-title{text-align:center;margin-bottom:40px;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{margin-top:40px;display:flex}html .login-page-account-item{border:1px solid var(--gray-border);background-color:var(--white-1);cursor:pointer;border-radius:10px;flex-direction:column;align-items:center;width:220px;height:240px;margin-left:20px;padding:40px 20px;transition:all .2s;display:flex}html .login-page-account-item:hover{border:1px solid var(--gray-tag);background-color:var(--gray-bg);box-shadow:0 4px 5px #00000026}html .login-page-account-item:first-child{margin-left:0}html .login-page-account-logo{background-color:var(--gray-tag);border-radius:50px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;font-size:24px;display:flex}html .login-page-account-name{word-break:break-word;text-align:center;-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:16px;font-weight:600;line-height:20px;display:-webkit-box;overflow:hidden}html .login-page-circle-loading{animation:1s linear infinite rotateFun}
