html {
	height: 100%;
}

body.signin {
	background: #18c8f6;
	height: auto;
	background:
		url("http://mdsold.powerdekor.com.cn/MDSII/others/1533265182440.jpg")
		no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #333;
}

.box-login {
	width: 100%;
}

.m-t-md {
	width: 100%;
	margin-top: 0;
	font-size: 24px;
	text-align: center;
	color: #666;
}

.code {
	width: 288px;
	margin: 0 auto;
}

.code input {
	width: 288px;
}

.code span {
	color: #666;
	cursor: pointer;
	font-size: 12px;
}

.code span:hover {
	color: #0075c1;
}

.code:after {
	clear: both;
	content: "";
	height: 0;
	display: block;
}

span.code-pic {
	width: 26%;
	line-height: 29px;
	height: 28px;
	background: #5d9cec;
	text-align: center;
	display: block;
	display: inline-block;
	margin-top: 8px;
	color: #fff;
	margin-left: 2%;
}

span.code-pic img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.signinpanel {
	width: 400px;
}

.signinpanel .logopanel {
	float: none;
	width: auto;
	padding: 0;
	background: none;
}

.signinpanel .signin-info ul {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.signinpanel .form-control {
	display: block;
	margin-top: 8px;
}

.signinpanel .organ {
	background: #fff url(../img/organ.png) no-repeat 95% center;
	color: #333;
}

.signinpanel .depart {
	background: #fff url(../img/depart.png) no-repeat 95% center;
	color: #333;
}

.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 .btn {
	margin-top: 15px;
}

.signinpanel form {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(255, 255, 255, .3);
	-moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	-webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 50px 30px;
}

.signup-footer {
	border-top: solid 1px rgba(255, 255, 255, .3);
	margin: 20px 0;
	padding-top: 15px;
}

input[type=checkbox]+.lbl::before, input[type=radio]+.lbl::before {
	margin-top: -4px;
}

.code-left {
	float: left;
	margin-top: 10px;
}

.code-right {
	float: right;
	height: 100%;
	margin-top: 10px;
}

.code-right a {
	color: #666;
	font-size: 12px;
}

.code-right:hover a {
	color: #0075c1;
}

.copyfoot {
	width: 100%;
	bottom: 20%;
	text-align: center;
}

.copyfoot a:hover {
	color: #000;
	cursor: pointer;
}

.contentLogin {
	width: 1240px;
	margin: 0 auto;
	padding-top: 150px;
}

.contentLogin:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

.leftImg {
	width: 520px;
	height: 640px;
	float: left;
}

.leftImg img {
	width: 100%;
	height: auto;
}

.rightBox {
	width: 680px;
	float: right;
	margin-top: 50px;
}

.box-login .form-control {
	height: 30px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.code input.codeInput {
	width: 72%;
	height: 30px;
}