/*login*/

.login-bgimage{

	background:url("../images/login-bg.jpg") no-repeat left top rgba(0, 0, 0, .9);
	height: 1002px;
	width: 100%;	
}
.login-cover{
	width:50%;
	height: 100%;
	background-color:rgba(0, 0, 0, .4);
}
.form-fill{

	margin:0px auto;
	padding-top: 180px;
	
}
.form-logo{

	text-align: center;
	margin-bottom: 30px
}
.language-menu{
	width:300px;
	height:60px;
	margin:0px auto;
	font-size: 20px;
}
.language-menu p{
	display:block;
	padding-left:10px;
	line-height:58px;
	background-color: rgba(255,255,255,.54);
	color: #000;
	border:1px rgba(255,255,255,.2) solid;
	border-radius: 3px;
}
.set{background:url(../images/login-icon4.png) 265px 12px no-repeat;}
.select{background:url(../images/login-icon4.png) 265px 12px no-repeat;}
.index-set{background:url(../images/icon-2.png) 265px 12px no-repeat;}
.index-select{background:url(../images/icon-2.png) 265px 12px no-repeat;}
.new{
	width:298px;
	position:absolute;
	border:1px solid rgba(255,255,255,.2);
	display:none;
	background-color: rgba(255,255,255,1);
}
.language-menu ul li{
	line-height:58px;
	padding-left:10px; 
	display: block;
}
.language-menu ul li:hover{
	background:rgba(0,0,0,.1);
}
.info-box{
	width: 350px;
	margin:0 auto;
	overflow: hidden;
}
.info-box a{cursor: pointer;}
.info-box label{
	margin-top: 10px;
	margin-right: 13px;
	line-height: 60px;
}
.login-input1{
	width:298px;
	line-height:58px;
	background-color: rgba(255,255,255,.54);
	color: #000;
	border:1px rgba(255,255,255,.2) solid;
	border-radius: 3px;	
	text-indent: .6em;
	font-size: 20px;
	color:#000;
}
.login-input2{

	width:172px;
	line-height:58px;
	background-color: rgba(255,255,255,.54);
	color: #000;
	border:1px rgba(255,255,255,.2) solid;
	border-radius: 3px;	
	text-indent: .6em;
	font-size: 20px;
	color:#000;
}
.login-input3{
	width:116px;
	line-height:58px;
	background-color: rgba(255,255,255,1);
	color: #000;
	border:1px rgba(255,255,255,.2) solid;
	border-radius: 3px;	
	font-size: 20px;
	color:#000;
	height: 58px;
	margin-left: 8px
}
.login-submit{
	display:block;
	width:298px;
	line-height:58px;
	background-color: rgba(255,255,255,1);
	color: #000;
	border:1px rgba(255,255,255,.2) solid;
	border-radius: 3px;	
	font-size: 20px;
	color:#000;
	text-align: center;
	margin-top: 20px;
}
.info-box a{
	display: block;
	font-size: 21px;
	/*color: rgba(255,255,255,.54);*/
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}