
html,
body {
 margin: 0px;
 padding: 0px;
 background-color: #F1F1F1;
}
.ui-page-login {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.ui-logo {
	width: 100px;
	height: 100px;
	margin: 60px auto 25px auto;
	background-image: url(../images/user-photo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 60px;
}


.mui-btn-block {
	padding: 12px 0px;
}
.mui-checkbox label {
	display: inline-block;
	width: auto;
	vertical-align: text-bottom;
	padding: 2px 0px;
	color: #777;
}
.mui-checkbox input {
	position: relative !important;
	top: auto!important;
	left: auto!important;
	right: auto!important;
	bottom: auto!important;
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}
.mui-checkbox {
	margin: 3px 10px;
}
#account_lab,#password_lab,#validatecode_lab{
	 font-size: 18px;color: #aaa
}

#reg{
	color: #0b91f8;
}
#forgatPassword{
	color: #777777;
    cursor:pointer;
}

.on_changes{width:232px; position:absolute; top:40px; list-style:none; background:#FFF; border:1px solid #eee; display:none; padding:10px;z-index:10000;}
.on_changes li{margin:8px;line-height:20px;/*padding:4px;*/}
.on_changes li.active{ background:#CEE7FF;}
.ValidateCodeImg {
padding: 15px 0;
 z-index: 999;
}
.login_status{
	padding:15px 0;border-bottom:1px solid #443741;
}
.login_status a{
	color: #ffffff;
}
.login_status .cfw3font{
	font-size: 36px;
}
.login_status .cls2{
	display: inline-block;
	float:left;width:50%;height:70px;text-align:center;
}
.login_status  img{
	height: 50%;
}
.login_status .cls3{
	display: inline-block;
	float:left;width:33%;height:70px;text-align:center;
}
.circularBtn {
 width: 60px;
 height: 60px;
 border: none;
 outline: none;
/* border-radius: 60px;*/
background: url(../images/QQ.png) center no-repeat;
}
.circularBtn-blue {
 color: #fff;
 background-color: #b2daff;
}.cfwui-table-view {
 display: table;
 width: 95%;
 margin: 4%;
}
.cfwui-table-view-cell {
 display: table-cell;
 padding: 5px 0;
}
.cfwui-table-view-cell.cell-col-6 {
 width: 50%;
}