input::-webkit-input-placeholder {
	color:#aaa;
	margin-left:3px;
}

.main-container {
	width:100%;
	/*background:#eee;*/
}

.login-outer-container {
	width:1130px;
	margin:0 auto;
	padding:20px;
	padding-bottom:40px;
}

.login-title {
	font-size:18px;
	margin-bottom:10px;
}

.login-container {
	width:100%;
	background:#fcfcfc;
	padding-bottom:30px;
	padding-top: 30px;
}

.login-inner-container {
	width:400px;
	margin:0 auto;
	text-align: center;
}


.logo-main {
	width:70px;
	height:70px;
	margin:10px auto;

	background:url('../images/logo_huge.png') no-repeat center center;
	background-size:cover;
}

.login-inner-container h2 {
	font-size:18px;
	text-align: center;
	margin:20px 0;
}

#username, #password {
	margin:5px auto;
	padding:4px;
	width:200px;
	border:1px solid #ccc;
}

#password {
	margin-bottom: 10px;
}

.login-inner-container label {
	margin-right:15px;
	margin-bottom: 10px;
}

.login-inner-container input[type="button"] {
	width:100px;
	height:25px;
	margin: 10px;
	line-height: 25px;
	border:none;

}

#login {
	background:#f33;
	color: #fff;
	transition:background 0.3s ease;
}

#login:hover {
	background:#c00;
}

#register {
	background:#fff;
	border:1px solid #33f;
	line-height:23px;
	color:#66f;
	box-sizing:border-box;
}

#register:hover {
	border-color:#666;
}

.bottom-line {
	position: relative;
	width:200px;
	height:1px;
	background:#ccc;
	margin:0 auto;
	margin-top:10px;
}

.bottom-text {
	font-size: 12px;
	width:100px;
	height:20px;
	background:#fff;
	position: absolute;
	left:50%;
	top:-5px;
	margin-left: -50px;
	color:#999;
}

.icon-group {
	width:200px;
	height:60px;
	margin:5px auto;
	text-align: center;
}

.qq, .wechat {
	width:40px;
	height:40px;
	/*border:1px solid #ccc;*/
	float:left;
	margin:15px 20px;
}

.qq {
	margin-left:40px;
	background:url('../images/qq-wechat/qq.png') no-repeat center center;
	background-size: cover;
}

.wechat {
	background:url('../images/qq-wechat/wechat.png') no-repeat center center;
	background-size: cover;
}









/***********pop************/

.pop-forget-outer-container {
	width:100%;
	height:100%;
	position: fixed;
	z-index: 10;
	top:0;
	left:0;
	display: none;
}

.pop-forget-bg {
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.8);
	top:0;
	left:0;
}

.pop-forget-container {
	width:400px;
	height:300px;
	position: absolute;
	background: #fff;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top:-150px;
	text-align: center;
	box-shadow: 0 0 20px rgba(255,255,200,0.6);
	padding-top:20px;
	z-index: 1;
}

.pop-forget-container h1 {
	font-size: 24px;
	text-align: center;
	margin:15px 0;
}

#account-name {
	width:250px;
	padding:5px;
	height:24px;
	margin:10px 0;
	/*background:rgba(255,255,255,0.9);*/
	box-shadow: 0 0 5px rgba(50,50,50,0.3) inset;
	border:none;
	margin-bottom: 15px;
	font-size:14px;
	font-family: "微软雅黑";
}

#account-name::-webkit-input-placeholder {
	font-family: '微软雅黑';
	font-size:13px;
}

#valid-code-input {
	width:150px;
	padding:5px;
	height:20px;
	border:none;
	box-shadow: 0 0 5px rgba(50,50,50,0.3) inset;
	font-size:14px;
	font-family: "微软雅黑";
}

#send-code {
	width:95px;
	padding: 7px;
	margin-left: 0px;
	/*border:1px solid #ccc;*/
	border:none;
	background:#8c92fe;
	color:#eee;
	vertical-align: top;
	/*box-shadow: 0 0 3px rgba(50, 50, 50, 0.3) inset;*/
}

#last-seconds {
	position: absolute;
	top:123px;
	right:50px;
	font-size:12px;
	color:#666;
}

#valid-input {
	width:150px;
	padding:5px;
	height:20px;
	border:none;
	box-shadow: 0 0 5px rgba(50,50,50,0.3) inset;
	margin-top:15px;
	font-size:14px;
	font-family: "微软雅黑";
}

#valid-input::-webkit-input-placeholder {
	font-family: '微软雅黑';
	font-size:13px;
}

#valid-pic {
	width:95px;
	height:30px;
	margin-left: 0px;
	margin-top:4px;
	/*border:1px solid #ccc;*/
	border:none;
	outline: none;
	background:#689273;
	color:#eee;
	display: inline-block;
	margin-top: 10px;
	box-shadow: 0 0 3px rgba(50, 50, 50, 0.3) inset;
	vertical-align: bottom;
}

.status {
	display: block;
	width:200px;
	margin:10px auto;
	height:20px;
	line-height: 20px;
	font-size:12px;
	color:#999;
}

#submit-valid {
	width:260px;
	height:35px;
	border:none;
	padding:5px;
	color:#fff;
	background:#666;
	box-shadow: 0 0 5px rgba(66,66,66,0.3);
}














