body{
	background: url('/public/img/login_back.jpg');
	background-size: cover;
}
.loginBack{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	width: 100%;
	height:100%;
}
.loginBody{
	width: 300px;
	height: 350px;
	margin-left: -150px;
	margin-top: -175px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px #aaa;
}
.loginBody .logo{
	padding: 30px 40px;
	padding-bottom: 10px;
}
.loginBody .logo img{
	width: 100%;
}
.loginBody .tips{
	color: red;
	font-size: 12px;
	height:16px;
	line-height: 16px;
	text-align: center;
}
.loginBody .row{
	padding: 10px 20px;
	position: relative;
}
.loginBody .row .iconfont{
	position: absolute;
	left: 30px;
	font-size: 16px;
	top: 22px;
	color: #999;
} 
.loginBody .row input{
	padding-left: 36px;
	color: #999;
}
.loginBody .row button{
	background: #354053;
	width: 100%;
}
.auth_login{
	padding: 0 20px;
	height: 70px;
}

.auth_login>div{
	color: #bbb;
	cursor: pointer;
	padding: 5px;
	width: 25%;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
	padding: 10px 0;
}
.auth_login>div>div{
	font-size: 12px;
	text-align: center;
	font-weight:normal;
}	
.auth_login>div:hover{
	background: rgba(0,0,0,.05);
}
.auth_login>span{
	border-left: 1px solid #eee;
	display: inline-block;
	position: relative;
	top: 0px;
}
.auth_login .iconfont{
	font-size: 24px;
	font-weight: normal !important;
}
.loginBody .co{
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #aaa;
	border-top: 1px solid #f1f1f1;
	padding-top: 10px;
	margin-top: 15px;
}


/*
	注释掉不然最上面背景图片出不来，图片轮播的时候需要再放开
	body{
	background: url('/public/img/login_back.jpg');
	background-size: cover;
}
*/
/*
.login_back{
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.login_back>div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.login_back>div>div{
	height: 100%;
	width: 100%;
}
.login_back img{
	display: none;
}
*/