.area {
	margin: 20px auto 0px auto;
}

.mui-input-group {
	margin-top: 10px;
}

.mui-input-group:first-child {
	margin-top: 0;
}

.mui-input-group label {
	width: 22%;
}

.mui-input-row label ~input, .mui-input-row label ~select,
	.mui-input-row label ~textarea {
	width: 78%;
}

.mui-checkbox input[type=checkbox], .mui-radio input[type=radio] {
	top: 6px;
}

.mui-content-padded {
	margin-top: 25px;
}

.mui-btn {
	padding: 10px;
}

.link-area {
	display: block;
	margin-top: 10px;
	text-align: center;
}

.link-area>a {
	color: #ff5000;
	font-size: 12px;
}
.link-area>a#forget {
	float: left;
}
.link-area>a#reg {
	float: right;
}

.link-area>a#forgetPassword {
	float: left;
	color: #666;
}

.logig_g {
	background: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}

.logig_g img {
	width: 45%;
}

.link-area>span {
	color: #fb6622
}

.spliter {
	color: #bbb;
	padding: 0px 8px;
}

.oauth-area {
	position: absolute;
	bottom: 20px;
	left: 0px;
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.oauth-area .oauth-btn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: 30px 30px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px 20px;
	/*-webkit-filter: grayscale(100%); */
	border: solid 1px #ddd;
	border-radius: 25px;
}

.oauth-area .oauth-btn:active {
	border: solid 1px #aaa;
}

.oauth-area .oauth-btn.disabled {
	background-color: #ddd;
}

#login {
	background: #e36027;
	border: 0 solid #e36027
}

#left_btn {
	color: #737373;
	font-size: 35px;
	padding-top: 5px;
}

.mui-bar {
	background: rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 #F2F2F2
}

.mui-bar-nav ~.mui-content {
	margin-top: 0;
	padding-top: 0;
}

.mui-input-row .mui-input-clear ~.mui-icon-clear.mui-active,
	.mui-input-row .mui-input-password ~.mui-icon-eye.mui-active,
	.mui-input-row .mui-input-speech ~.mui-icon-speech.mui-active {
	color: #e36027;
}

.mui-input-row .mui-input-clear ~.mui-icon-clear, .mui-input-row .mui-input-password
	 ~.mui-icon-eye, .mui-input-row .mui-input-speech ~.mui-icon-speech {
	color: #d9d9d9;
}

.fixe_btn {
	position: fixed;
	bottom: 5%;
	border-top: 1px solid #ededed;
	min-height: 30px;
}

@media screen and (max-height: 490px) {
	.fixe_btn {
		position: fixed;
		bottom: 5%;
		border-top: 1px solid #ededed;
		min-height: 30px;
		display: none;
	}
}

.mui-content {
	background: #FFFFFF;
	position: relative;
}

.others_login_w {
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	top: -13px;
	background: #FFFFFF;
	color: #666666;
}

.others_login_area {
	padding: 0 10px;
	margin-top: 30px;
}

.others_login_area ul li {
	float: left;
	width: 33.3%;
	text-align: center;
	list-style-type: none;
}

.others_login_area ul li img {
	width: 40px;
}

.login_scroll {
	height: 100%;
	background-color: #fff;
}

.mui-content form#login-form, .mui-content form#login-form input {
	font-size: 14px;
}
#vcode{
	width:48%;
	float:left;
}