*{margin:0;padding:0;}
/*body.addoverflow{overflow:hidden;}*/
input[type="password"]::-ms-reveal{
	display:none;
}
#login{
	height: 100%;
	width: 100%;
	background:url(../../images/bg_login_mountain.jpg) top center no-repeat;
	/*background-size:100% auto;*/
	overflow: hidden;
}
.login-page {
	max-width:1000px;
	height: 770px;
	padding: 0px;
	margin: 0 auto;
	background:url(../../images/bg_box.png) bottom center no-repeat;
}
.login-page .img-responsive{
	margin:30px auto 0;
}
.form-horizontal .form-group{
	margin:20px 0;
	width: 300px;
	height: 50px;
	margin-left: 580px;
	margin-bottom: 30px;
	position: relative;
}
#InputName{
	background:url(../../images/icon_login_user.png) 20px center no-repeat;
	background-color: #f5f5f5;
}
#inputPassword{
	background:url(../../images/icon_login_clock.png) 20px center no-repeat;
	background-color: #f5f5f5;
}
#check_code{
	background:url(../../images/icon_login_code.png) 20px center no-repeat;
	background-color: #f5f5f5;
	margin-right: 10px;
}
.ok-circle{
	background:url(../../images/icon_login_success.png) top center no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
    right: 20px;
    top: 17px;
    display: none;
}
#codeSpan img{
	margin-right:10px;
}
.form-control::-moz-placeholder{color:#bbbbbb;}
.form-horizontal .form-group .form-control{
	height: 50px;
	padding-left: 60px;
	font-size: 18px;
	color: #bbbbbb;
	border-radius: 25px;
	border: 1px solid #dfdfdf;
}
.form-horizontal .checkbox{
	margin-left: 600px;
    margin-bottom: 42px;
    padding: 0;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    position: relative;
}
#remmber{
	position: absolute;
	opacity: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	z-index: 1000;
	left: 20px;
}
.checked{
	float: left;
    left:0;
    top: -1px;
    position: relative;
    cursor: pointer;
}
.login-btn1{
	border-radius:25px;
	background: #f9dba9;
	color: #dfc495;
}
.login-btn2{
	border-radius: 25px;
	background: #f4c772;
	color: #624815;
}
.login-btn2:hover{
	background: #e3b869;
	color: #5e450f;
}
.copyright{
	font-size: 13px;
	color: #666666;
}
#validateImg{
	cursor: pointer;
	width: 100%;
	height: 50px;
}
