html {
	height: 100%;
}

body {
	height: 100%;
	background: url(../image/bg_landing.jpg) no-repeat center bottom #f1f1f1;
	background-size: cover;
}

input {
	outline: none;
}

input:focus {
	outline: none;
}

.login-container {
	position: absolute;
	left: calc(50% - 500px);
	top: calc(50% - 250px);
	width: 1000px;
	height: 500px;
}

.login-container-left {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 100%;
	height: 500px;
	background: url(../image/bg_left.png) no-repeat center;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 15px 0 0 15px;
}

.login-container-right {
	position: relative;
	width: 100%;
	height: 500px;
	background-color: white;
	border-radius: 0 15px 15px 0;
}

.login-container-title {
	font-size: 24px;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 35px;
}

.login-input-div {
	position: relative;
	width: 350px;
	margin: 0 auto;
}

.login-input-register {
	font-size: 18px;
	width: 350px;
	margin: 0 auto;
	text-align: center;
	margin-top: 18px;
}

.login-input-div .input-width {
	padding: 0 20px 0 40px;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
	width: 100%;
	margin-bottom: 25px;
}

.login-input-div .login-submit {
	height: 45px;
	font-size: 20px;
	border-radius: 25px;
	width: 100%;
	background: #41a5fd;
	margin-top: 5px;
	margin-bottom: 10px;
	color: white;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

.login-submit:active {
	background-color: blue;
}

.image-replace {
	position: absolute;
	left: 12px;
	top: 3px;
	z-index: 1;
}

.verifycode-img {
	position: absolute;
	right: 15px;
	top: 3px;
	z-index: 1;
	height: 34px;
	width: 120px;
}

.verifycode-img img {
	width: 100%;
	height: 100%;
}

.verifycode-text {
	position: absolute;
	right: 15px;
	top: 3px;
	z-index: 1;
	height: 34px;
	width: 110px;
}

.verifycode-btn {
	line-height: 34px;
	margin: 0 auto;
	text-align: center;
	color: #ff9025;
	cursor: pointer;
}

.reverifycode-text {
	font-size: 12px;
	color: #999999;
	border-left-width: 12px;
	margin-left: 15px;
	/*display: none;*/
}

.register-container-left{
	color: white;
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 500px;
	border-radius: 15px 0 0 15px;	
	padding:100px 0 0 70px;
}

.reginster-container-a{
	margin-bottom: 20px;
}

.reginster-container-b{
	font-size: 24px;
	font-family:"Microsoft Yahei";
	margin-bottom: 10px;
}

.reginster-container-c{
	font-size: 18px;
	font-family:"Microsoft Yahei"
}
