.login-top {
	height: 400px;
	text-align: center;
	background: url('../../img/login/bg1.png') center center no-repeat;
}

.login-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 668px;
	height: 392px;
	margin-top: -216px;
	margin-left: -334px;
}

.login-content h1 {
	text-align: center;
}

.login-content h1 img {
	vertical-align: bottom;
}

.login-shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 306px;
	opacity: .3;
	background: #fff;
	border-radius: 5px;
}

.login-middle {
	position: absolute;
	bottom: 12px;
	left: 12px;
	right: 12px;
	height: 282px;
	background: #fff url('../../img/login/bg2.png') 20px 26px no-repeat;
	border-radius: 5px;
	border:1px #dfdfdf solid;
}

.login-wrap {
	float: right;
	width: 306px;
	margin-right: 26px;
}

.login-title {
	line-height: 48px;
	text-align: center;
	color: #f99700;
}

.login-row {
	height: 38px;
	width: 100%;
	border: 1px #b7b7b7 solid;
	margin-bottom: 10px;
	overflow: hidden;
}

.login-row img {
	float: left;
	height: 20px;
	margin: 8px 0 0 14px;
}

.login-row input {
	float: right;
	height: 100%;
	width: 258px;
	padding: 0 5px;
	border: none;
	outline: none;
}

.check-row {
	margin: 10px 0;
}

.check-row input {
	vertical-align: -2px;
}

.code-row {
	height: 38px;
	overflow: hidden;
}

.code-row .login-row {
	float: left;
	width: 228px;
}

.code-row .login-row input {
	width: 180px;
}

.code-row-right {
	float: right;
	width: 72px;
	height: 100%;
	border: 1px #b7b7b7 solid;
}

.code-row-right img {
	width: 100%;
	height: 100%;
	border: 0;
}

.login-btn {
	display: block;
	height: 38px;
	width: 100%;
	color: #fff;
	border:none;
	outline: none;
	border-radius: 8px;
	background: #f99700;
	cursor: pointer;
}

.login-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 16px 0;
	line-height: 30px;
	text-align: center;
	color: #646464;
	background: #f0f0f0;
}

