﻿/* login登陆界面样式 */
.container{
	background: url(../images/loginbg.jpg) 100% 100%;
	width: 100%;
	height: 100%;
	position: relative;
}
.ft16 {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
.ft22 {
	font-size: 22px;
	height: 50px;
	line-height: 50px;
}
.ft32 {
	font-size: 32px;
	height: 80px;
	line-height: 80px;
}
.log {
	height: 300px;
	width: 500px;
	background-color: #ffffff;
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -250px;
	border: 10px solid hsla(0,0%,100%,.5);
	background-clip: padding-box;
}
.tittle {
	/*margin: 5px auto;*/
	text-align: center;
	color: #10b68c;
}
.btn {
	margin: 5px auto;
	text-align: center;
	color: #10b68c;
}
.btn input {
	-web-kit-appearance:none;
	-moz-appearance: none;
	border: none;
	border-bottom: 2px solid #10b68c;
	background: none;
	outline: none;
	padding: 1px 1px 1px 30px;
	width: 300px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}
.btnico1 input {
	background-image: url(../images/name.png);
	background-position-x: left;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 16px;
}
.btnico2 input {
	background-image: url(../images/password.png);
	background-position-x: left;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 16px;
}
.btn button {
	width: 300px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #10b68c;
	border-radius: 10px;
	background-color: #10b68c;
	color: #ffffff;
	outline: none;
	margin-top: 20px;
}
.btn button:hover{
	opacity:0.9;
}
.footer{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}
.foot {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 0;
}
.foo {
	text-align: center;
}
