html,
body,
.mui-content {
	font-size: 15px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}

.login_img {
	width: 85%;
	max-width: 300px;
	margin: 30px auto;
}
.login_img img{
	width: 75%;
	margin: 0 auto;
	display: block;
}

.group_label_input {
	font-size: 16px;
    max-width: 320px;
	width: 85%;
	margin: 0 auto;
	/* box-shadow: 0px 2px 0px 0px  #CCC ; */
	border-radius: 8px;
}

.group_label_input input {
	font-size: 17px;
}

.label_input {
	width: 100%;
	border: 1px #F2F2F2 solid;
	border-top: none;
}

.label_input_first {
	border-top: 1px #F2F2F2 solid;
}
.label_input:first-child label {
	background-image: url(/img/map/input1.png); 
    width: 22px;
    height: 22px;
	left: 20px;
	top: 14px;
	position: absolute;
	background-size:22px 22px;
	z-index: 9999;
}
.label_input_last label:first-child {
	background-image: url(/img/map/input2.png);
    width: 22px;
    height: 22px;
	left: 20px;
	top: 14px;
	position: absolute;
	background-size:22px 22px;
	z-index: 9999;
}

.label_input input {
	border-radius: 0;
	width: 100%;
	padding-left: 70px;
	line-height: 45px;
	height: 50px;
	border: none;
	margin-bottom: unset;
	padding-top: 9px;
	padding-bottom: 9px;
}

header.mui-bar.mui-bar-nav {
	background-color: #F5F5F5;
	height: 48px;
	line-height: 48px;
}

header.mui-bar.mui-bar-nav .mui-title {
	line-height: 48px;
	font-size: 16px;
}

.login_div {
	width: 100%;
	margin-top: 60px;
}

.login_div_btn {
	font-size: 16px;
	display: block;
	width: 85%;
    max-width: 320px;
	height: 50px;
	margin: 0 auto;
	color: #FFFFFF;
	background-color: var(--DefalutColor);
	border: none;
}
.login_div_unbind{
	line-height: 50px;
	text-align: center;
	color: var(--DefalutColor);
	font-size: 12px;
	font-weight: bold;
}
.bottom_div {
	position: relative;
	width: 100%;
	font-size: 12px;
	color: #8A8A8A;
	font-weight: 600;
	text-align: center;
}

.bottom_div_title {
	width: 85%;
	max-width: 300px;
	display: block;
	margin: 0 auto;
}

.bottom_div_title label {
	color: #008FD7;
}
header.mui-bar-nav{
	box-shadow: none;
}
.forgetPassword{
	line-height: 30px;
	font-size: 12px;
	color: #aaaaaa;
}
.rememberPwd{
	padding-left: 5px;
	line-height: 50px;
}
.rememberPwd_icon{
	font-size: 22px;
	line-height: 50px;
	text-align: left;
	position: absolute;
}
.rememberPwd_title{
	padding-left: 20px;
}
*,body,html{font-family: "方正黑体" !important;}
