html {
	height: 100%
}

body.signin {
	height: auto;
	/* - background: url(../img/login-background.jpg) no-repeat center fixed;
	image-resolution: url(../img/login-img1.jpg) no-repeat left normal;
	 */
	background: #FFFFFF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: rgba(255, 255, 255, .95)
}

.login-img{
	position: absolute;
	background: url(../img/log.jpg) no-repeat 30% 98%;
	width: 68%;
	height: 100%;
	background-size: 83%;
	left: 0px;
	top: 0px;
	border-radius: 0px;

}
.loginputpanel{
	position: absolute;
	width: 50%;
	height: 100%;
	left: 60%;
	top: 0px;
	border-radius: 40px;
	background: #FFFFFF;
}
.signinpanel {
	width: 750px;
	margin: 10% 60% 0;
}

.signinpanel .logopanel {
	float: none;
	width: auto;
	padding: 0;
	background: 0 0
}

.signinpanel .signin-info ul {
	list-style: none;
	padding: 0;
	margin: 20px 0
}

.signinpanel .form-control {
	display: block;
	margin-top: 15px
}

.signinpanel .uname {
	background: #fff url(../../img/user.png) no-repeat 95% center;
	color: #333
}

.signinpanel .pword {
	background: #fff url(../../img/locked.png) no-repeat 95% center;
	color: #333
}

.signinpanel .ucode {
	color: #333
}

.signinpanel .btn {
	margin-top: 15px
}

.signinpanel form {
	background: rgba(255, 255, 255, .2);
	border: 1px solid rgba(255, 255, 255, .3);
	-moz-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
	-webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
	box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 30px;
	height: 370px;
}

.signup-footer {
	border-top: solid 1px rgba(255, 255, 255, .3);
	margin: 20px 0;
	padding-top: 15px
}

@media screen and (max-width:768px) {
	.signinpanel, .signuppanel {
		margin: 0 auto;
		width: 420px !important;
		padding: 20px
	}
	.signinpanel form {
		margin-top: 20px;
	}
	.signup-footer, .signuppanel .form-control {
		margin-bottom: 10px
	}
	.signup-footer .pull-left, .signup-footer .pull-right {
		float: none !important;
		text-align: center
	}
	.signinpanel .signin-info ul {
		display: none
	}
}

@media screen and (max-width:320px) {
	.signinpanel, .signuppanel {
		margin: 0 20px;
		width: auto
	}
}

.inputdev{
	position: absolute;
	width: 60%;
	height: 36px;
	left: 16%;
	top: 25%;
}
.projectname{
	font-family: 华文新魏;
	font-style: normal;
	font-weight: normal;
	font-size: 280%;
	line-height: 36px;
	/* identical to box height */
	letter-spacing: 5px;
	color: #347BE4;
}
.inputdev .uname {
	width: 86%;
	border: none;
	color: #333;
	background-color: #FFFFFF;
}
.inputdev .iconuser{
	height: 34px;
	width: 40px;
	background: #fff url(../../img/user1.png) no-repeat 95% center;
	background-position: center;
}
.inputdev .iconpass{
	height: 34px;
	width: 40px;
	background: #fff url(../../img/pass.png) no-repeat 95% center;
	background-position: center;
}

.inputdev .pword {
	width: 86%;
	border: none;
	color: #333;
	background-color: #FFFFFF;
}

.inputdev .ucode {
	border: none;
	color: #333;
	background-color: #FFFFFF;
}

.inputdev .btn {
	margin-top: 15px;
	height: 50px;
	width: 93%;
	border-radius: 20px;
	background-color: #347be4;
	font-size: 20px;
}
.inputdev .inputindeline{
	 position: relative;
	 width: 93%;
	 margin-top: 10px;
	 border-bottom: #347be4 solid 1px;
 }

.inputdev .codeindeline{
	position: relative;
	width: 60%;
	margin-top: 5px;
	border-bottom: #347be4 solid 1px;
}
