.login_loading{
	position:absolute;
	left:45%; top:15%;
	z-index:20001;
	color:red;
	background-color:white;
	font-size:13px;
	padding:5px;
	height:auto;
}
.body_div{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
    background: url(../images/login/index.jpg) no-repeat;
	background-size: 100% 100%;
}
.login_body{
	height:100%;
	width:100%;
}
.login_div{
	width: 350px;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.85);
}
.login_div table{
	line-height:50px; 
	font-size:15px; 
	font-family:Microsoft YaHei,SimHei; 
	color:#333;
}
.login_div table th{
	width:70px; 
	text-align:right;
}
.login_div table td{
	text-align:left;
}
.login_div h3{
	color: #333333;
	font-size: 22px;
	margin: 15px 0 10px;
	padding-bottom:15px;
	border-bottom: 1px solid #bbb;
}
.iput_text{
	color:#333;
	padding:2 0 0 5px;
	border: none;
	width:200px;
	height:28px;
	vertical-align:middle;
	font-size:15px; font-family:Microsoft YaHei,SimHei;
}
.iput_bnt{
	border:0; cursor:pointer; margin-left:40px;
	background-color:#0085CF; width:115px; height:36px; color:#FFFFFF;
	font-size:16px; font-family:Microsoft YaHei,SimHei;
	border-radius:5px;
}
.iput_bnt:hover{
	border:0; cursor:pointer; margin-left:40px;
	background-color:#FF6600; width:75px; height:36px; color: #FFFFFF;
	font-size:16px; font-family:Microsoft YaHei,SimHei;
}

.cpr_div{
	width:100%;
	height:auto;
	bottom:20px;
	text-align: center;
	position:absolute;
	margin:0 auto;
	color:#333333;
}

