* {
	word-wrap: break-word;
	outline: none;
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

body {
	width: 100%;
	padding: 0;
	font-family: "Microsoft YaHei", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Arial, sans-serif;
}

.login-wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: url(../images/bg-login.jpg) #eaf1f4 top center no-repeat;
	background-size: cover;
	background-color: #3abcd2;
	overflow: hidden;
}
.login-box{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -320px 0 0 -275px;
	width: 550px;
	/*height: 547px;*/
}
.login-logo{  margin-bottom: 15px;font-size:30px;text-align:center;color: #2a9770; text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff;}
.login-layout {
	/*margin:290px auto 0;*/
	width: 550px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.login-layout-title {
	margin: 0;
	padding: 0;
	height: 45px;
	border-bottom: 1px solid #bfe5d9;
	overflow: hidden;
}

.login-layout-title .icon {
	display: block;
	float: left;
	width: 65px;
	height: 45px;
	background: url(../images/icon.gif) bottom right no-repeat;
}

.login-layout-title .text {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	border-bottom: 5px solid #f39800;
	font-weight: normal;
	font-size: 20px;
	color: #f39800;
}

.login-layout-content {
	padding: 0 75px 35px;
	overflow: hidden;
}

.form-item {
	border: 1px solid #e0e0e0;
	background: #f7f7f7;
	height: 40px;
	margin-top: 20px;
	border-radius: 3px;
}

.form-item label {
	float: left;
	display: inline-block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: right;
}

.form-item .ipt {
	border: 0 none;
	padding-left: 5px;
	width: 310px;
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
	font-size: 14px;
	outline: none;
	background: none repeat scroll 0% 0% #f7f7f7;
}
.form-item.j-current{border: 1px solid #4db695;}
.form-btn{
	margin-top: 20px;
	width: 100%;
	height: 46px;
	line-height: 46px;
	border:0 none;
	border-radius: 2px;
	background: #4db695;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
.form-btn:hover{
	color: #fff;
	background:#3eaa88;
}
.login-layout-bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    line-height: 20px;
	background: #e7eff2;
	font-size: 12px;
	text-align: center;
	color: #666;
}
.fixed-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.login-err{margin-top: 10px; padding-left: 75px; color: #f10c22; font-size: 12px;}
