/* /static/computer/system/include/resource/login/login.css 登录,刘荣,2026-03-10 */
@charset "utf-8";
.login_body{width: 100vw; height: 100vh; background:#f0eff2 !important; color: #11192d; display: flex; align-items: center; justify-content: center; position: relative;}
.login_logo{position: absolute; left: 50px; top: 25px;}
.login_mian{width: 860px; height: 510px; box-sizing: border-box; background: #fff; border-radius: 20px; background: #fff; display: flex; padding: 85px 25px;}
.login_left{text-align: center; width: 330px; margin-right: 45px;} 
.login_title{display: flex; align-items: center; justify-content: center;margin-bottom: 40px;}
.login_id{background-color: #f3f6f8; width: 350px; margin-bottom: 25px; color: #50607a; padding-left: 20px;  height: 48px; border-radius: 8px; border: none;}
.login_forget{position: absolute; right: 20px; top: 0; height: 100%; display: flex; align-items: center;}
.login_pwd{width: 350px; background-color: #f3f6f8; color: #50607a; padding-left: 20px;  height: 48px; border-radius: 8px; border: none;}
.login_submit{border: 1px solid #0057A6; margin-top: 73px; width: 370px; height: 48px; border-radius: 8px; border-width: 0;  opacity: 1; background: #0057A6; font-family: PingFang SC; line-height: 48px; font-weight: bold; font-size: 16px; text-align: center; color: #fff;}