body,.mui-content {
	height: 100%;
	background:#fff;
	overflow-x: hidden;
}
.close-page-container {
	height: .58rem;
	width: 100%;
}

.close-page-container > .close-page-btn {
	margin-left: .33rem;
	margin-top: .27rem;
	width: .31rem;
	height: .31rem;
}

.close-page-container > .close-page-btn > img {
	width: 100%;
	height: 100%;
}

.login-form {
	wwidth: 100%;
	padding: 0 .24rem;
	margin-top: .7rem;
}
.login-title {
	font-size: .32rem;
	font-weight: bold;
	text-align: center;
	margin-top: .93rem;
}

.input-container {
	border: 1px solid rgba(222,222,222,1);
	border-radius: .08rem;
	overflow: hidden;
	height: .88rem;
	margin-bottom: .2rem;
}
.input-container > input {
	height: 100%;
	width: 100%;
	border: 0;
	line-height: 100%;

}
.get-sms-code-btn {
	width: 1.79rem;
	border-left: 1px solid rgba(222,222,222,1);
	height: .4rem;
	line-height: .4rem;
	margin: .24rem 0;
	text-align: center;
	color: #666;
}
.get-sms-code-btn button {
	border:0!important;
	padding: 0!important;
	margin:0!important;
	background: transparent;
	width: 100%!important;
	height: 100%!important;
	line-height: 100%!important;
	font-size: .26rem;
	color: #666;
}
.submit {
	height: .88rem;
	width: 7.02rem;
	border-radius: .08rem;
	line-height: .88rem;
	background: rgba(254,219,50,1);
	border: 0;
	font-size: .32rem;
	padding:0;
}
.check-container {
	text-align: center;
	color: #838383;
	width: 100%;
	margin-top: .3rem;
}
.check-container a {
	color:#303030;
	text-decoration: none;

}
.check-container input[type=checkbox] {
	background: rgba(254,219,50,1);
}