
.mui-scroll-wrapper {
	background: url(../img/login_bg.jpg) left top no-repeat; 
	background-size: cover;
}

.login-content {
	padding: 44px 0;
}
.login-content .logo {
	display: block;
	width: 30%;
	max-width: 120px;
	margin: 30px auto;
}
.form-list {
	width: 70%;
	margin: 0 auto;
}
.login-info {
	margin-bottom: 20px;
	border: 1px solid #fff;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .4);
}
.login-info p {
	position: relative;
	padding: 0 8px;
	height: 34px;
	line-height: 34px;
}
.login-info p:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	height: 1px;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #fff;
}
.login-info p:last-child:after {
	height: 0;
}
.login-info p span {
	float: left;
	padding-top: 1px;
	width: 12%;
	height: 33px;
	color: #fff;
	text-align: center;
}
.login-info p .icon-youxiang1 {
	font-size: 19px;
}
.login-info p .icon-mima {
	font-size: 21px;
}
.login-info p .icon-shouji1 {
	font-size: 16px;
}
.login-info p input {
	float: left;
	margin: 5px 0;
	width: 86%;
	height: 24px;
	border: none;
	border-left: 1px solid #fff;
	background: transparent;
	box-sizing: content-box;
	font-size: 13px;
	color: #fff;
	text-indent: 10px;
}
.login-info p input::-webkit-input-placeholder{
	color: #fff;
}
.login-info p .yzm {
	width: 50%;
}
.login-info p .get-yzm {
	width: 36%;
	text-align: center;
}
.login-info p .get-yzm-img {
	float: left;
	width: 36%;
	height: 34px;
	text-align: center;
}
.login-info p .get-yzm-img img {
	height: 34px;
}
.form-list .login-button,
.form-list .reg-btn {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	height: 34px;
	line-height: 34px;
	border: 1px solid #fff;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .4);
	font-size: 17px;
	color: #fff;
	text-align: center;
}
.form-list .reg-btn {
	background-color: transparent;
}
.form-list .login-button:active {
	border-color: #3670d7;
	background-color: transparent;	
}
.form-list .reg-btn:active {
	background-color: rgba(255, 255, 255, .4);
}
.forget-password-btn {
	display: block;
	margin-top: 16px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}
.forget-password-btn .icon-wangjimima {
	font-size: 14px;
	margin-left: 10px;
}
.forget-password-btn:active {
	color: #3670d7;
}

.info-tip {
	width: 70%;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	text-align: right;
}
.info-tip a {
	padding: 0 6px;
	color: #f00;
	text-decoration: underline;
}
