body{margin:0 auto!important; 
			padding:0px; 
			font-size:14px; 
			background-color:#E9ECEF;  
			font-family:"Helvetica Neue", Helvetica, STHeiTi, sans-serif;
			}
			.login_page{
				display: flex;
				height: 100vh;
				margin: 0px;
				width: 100%;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				
				
			}
			.login_page .title{
				height: 50px;
				line-height: 40px;
				text-align: center;
				margin-bottom: 10px;
				font-size: 18pt;
				font-weight: bold;
				cursor: default;
			}
			.login_page .title span{
				color: #009A61;
				font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
			}
			.login_page .login_panel{
				width: 450px;
				min-height: 450px;
				background-color: #ffffff;
				border-radius: 5px;
				display: flex;
				flex-direction: column;
				
				
			}
			.login_page .login_panel .title{
				font-size: 22pt;
				height: 40px;
				line-height: 36px;
				text-align: center;
				margin-top:40px;
			}
			
			.login_page .login_panel .row{
				height: 50px;
				display: flex;
				justify-content: center;
				margin: 10px 40px;
			}
			.form-control{
				height: 48px;
				font-size: 16px; 
				
			}
			.form-control-ext1{
				
				border-top-right-radius: 0px;
				border-bottom-right-radius:0px ;
			}
			.form-control-ext{
				height: 48px;
				font-size: 16px; 
				width: 150px;
				line-height: 35px;
				cursor: pointer;
				border-top-left-radius: 0px;
				border-bottom-left-radius: 0px;
			}
			.form-control-ext:hover{
				background-color: #999999;
				color: #fff;
			}
			
			input::placeholder {
			  color: gray; 
			  font-size: 16px; 
			
			  font-family: Arial, sans-serif; 
			 
			  font-weight: bold; /* 加粗 */
			}
			.login_page .login_panel .row1{
				height: 20px;
				display: flex;
				justify-content: flex-end;
				margin: 5px 40px;
				color: #009A61;
				font-size: 12pt;
			}
			 a{
				color: #009A61;
			}
			.btn_login{
				color:#ffffff;
				background-color: #00965E;
				border-radius: 5px;
				border: solid 1px #ffffff;
				font-size: 14pt;
			}
			.btn_login:hover{
				background-color: #00900E;
			}
			.login_page .login_panel .row2{
				height: 30px;
				display: flex;
				justify-content: center;
				justify-items: center;
				align-items: center;
				margin: 10px 40px;
			}
			.login_page .login_panel .row2 .btn_item{
				color:#00965E;
				font-size: 12pt;
				cursor: pointer;
			}
			.login_page .login_panel .row2 .btn_item_action{
				color:#000000;
				font-size: 12pt;
				cursor: default;
			}
			.login_page .login_panel .row2 .split{
				width: 1px;
				background-color: #cccccc;
				height: 18px;
				margin: 15px;
			}
			.login_page .login_panel .row3{
				height: 30px;
				display: flex;
				justify-content: center;
				justify-items: center;
				align-items: center;
				margin: 10px 40px;
			}
			.login_page .login_panel .row3 span{
				color: #009A61;
				cursor: pointer;
			}