	body,
	.mui-content {
		background: url(../img2/login.jpg) no-repeat center/cover;
		/*height: 100%;*/
		padding-top: 0px;
	}
	
	.mui-input-row label {
		text-align: center;
		font-size: 1.5rem;
		width: 20%;
		line-height: 0.8;
	}
	
	.mui-input-row label~input {
		width: 80%;
		float: left;
		font-size: 14px;
		height: 48px;
		/*color: #FFFFFF;*/
	}
	
	.mui-input-row {
		width: 85%;
		margin: 0 auto;
		border-bottom: 1px solid #666;
		margin: 10px auto;
		/*border-radius: 25px;*/
		height: 50px;
	}
	/*.mui-icon:before{
				color:#4b7ff7;
			}*/
	
	.iconfont {
		color: #73A1F8;
	}
	
	.mui-btn-primary {
		background: linear-gradient(to right, #DC7434, #E61515);
		/* 标准的语法 */
		border: 0;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 25px;
		padding: 12px;
		margin: 10px auto;
		color: #FFFFFF;
		width: 90%;
	}
	
	#forgetPassword,
	#reg {
		font-size: 14px;
		color: #4b7ff7;
	}
	
	.logo_wrap {
		text-align: center;
		overflow: hidden;
		margin: 30px 0;
	}
	
	.logo_wrap img {
		width: 30%;
		border-radius: 50%;
	}
	
	.logo_wrap h3 {
		font-weight: 500;
		font-size: 20px;
		color: #666;
		margin: 0;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.language {
		display: flex;
		position: relative;
		width: 100%;
		height: 50px;
		border-radius: 0 0 25px 25px;
		background-color: rgba(225, 225, 225, 0.6);
		padding: 10px;
	}
	
	.language label {
		flex: 1;
		font-size: 14px;
		line-height: 30px;
		height: 30px;
	}
	
	.language ul li {
		color: #fff;
	}
	
	.language img {
		width: 40px;
		vertical-align: middle
	}
	
	.language-box {
		flex: 3;
		display: flex;
	}
	
	.language-box li {
		flex: 1;
		margin: 5px 0;
		font-style: 14px;
	}
	
	.language-box li a {
		font-style: 14px!important;
	}
	
	#reg {
		background: transparent;
		border: 1px solid #FFFFFF;
		border-radius: 20px;
		color: #FFFFFF;
		padding: 5px;
		    width: 60%;
	}