html{
	width: 100%;
	height: 100%
}
body{
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	background: url(../images/bg/bg.jpg) no-repeat center;
	background-size: 100% 100%
}

.form-wrap{
	width: 597px;
	height: 419px;
	background: url(../images/fbg_03.png) no-repeat;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -210px;
	z-index: 990;
	border-radius:6px;
}
.form-wrap > .form-btn > .langclass{
	cursor: pointer;
}
.formcon{
	width: 300px;
	float: right;
	margin-right: 75px;
	padding-top: 37px;
}
.formcon li{
	margin-bottom: 20px
}
input{
	outline: none
}
.formcon li input{
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	border-radius: 6px;
	color: #666666;
	font-size: 14px;
	padding-left: 29px;
	background-color: rgba(255,255,255,0.6);
	border:solid 1px #d5dadc;
	background-repeat: no-repeat;
	background-position: 3px center
}
.f-name{
	background-image: url(../images/b_03.png);
}
.f-password{
	background-image: url(../images/b_06.png);
}

.formcon li input.f-yzm{
	width: 155px;
	float: left;
	padding-left: 8px;
}
.formcon li .yzm{
	display: block;
	float: right;
	width: 124px;
	height: 36px;
	border-radius:6px;
}
.f-btn{
	display: block;
	width: 100%;
	height: 36px;
	border-radius: 4px;
	background: #4c98e2;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}
.f-btn:hover{
	background: #3c88d3
}
.remember{
	margin-top: 15px;
	color: #666666;
}
.remember input{
	width: 13px;
	height: 13px;
	vertical-align: -2px;
}
.formcon .errMsg{
	height: 26px;
	color: #fc1919 !important;
	line-height: 26px;
	font-size: 14px;
}

.form-btn{
	position: absolute;
	right: 7px;
	top: 7px;
	border:solid 1px #dcdcdc;
}
.form-btn a{
	display: block;
	padding: 3px 6px;
	background: #fff;
	font-size: 12px;
	color: #7a7a7a;
	float: left
}
.form-btn a.on{
	background: #dcdcdc;
	color: #fff
}
