input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: rgba(0,0,0,1)!important;
}

.loginbg{
	background-color: #fff;
}

.register{
	position: absolute;
	right: 20px;
	top: 0px;
	color: #157efb;
	font-size: 14px;
}

.l-logo-box{
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	border-bottom:  1px solid #d9d9d9;
}

.logo{
	margin-top: 50px;
	text-align: center;
	margin-bottom: 30px;
}

.logo img{
	width: 87px;
	height: 87px;
}

.l-login-div{
	border-bottom: 1px solid #d9d9d9;
}

.login-input{
	height: 44px;
	width: 100%;
	padding-left: 70px;
	font-size: 14px;
}

.register-input{
	height: 44px;
	width: 100%;
	font-size: 14px;
}

.r-yz-txt{
	color: #999;
}

.l-login-div>.l-account-txt{
	display: inline-block;
	width: 20px;
	height: 23px;
	background:url(../images/login/username.png) no-repeat;
	background-size: 100%;
}

.l-login-div>.l-pwd-txt{
	display: inline-block;
	width: 20px;
	height: 23px;
	background:url(../images/login/password.png) no-repeat;
	background-size: 100%;
}

.login-btn .l-btn-login{
	height: 45px;
	line-height: 45px;
	width: 98%;
	margin: 0 auto;
	background-color: #157efb;
	color: #fff;
	border-radius: 5px;
	margin-top: 10px;
}

.forgetpwd{
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
}

.forgetpwd a{
	color: #999;
}

.r-contact-box,.r-agreement{
	color: #999;
}

.r-contact-num{
	color: #157efb;
}

.r-agreement .r-contact-num{
	color: #157efb;
}

.welcome{
	margin-top: 0.3rem;
	padding-left: 0.3rem;
	margin-bottom: 0.5rem;
}

.welcome h2{
	font-size: 20px;
}

.registered-code .r-yz-code{
	border:1px solid #ccc;
	top: 0.23rem;
	right: 0.3rem;
	line-height: 0.35rem;
	width: 1.99rem;
    height: 0.35rem;
}