body,.mui-content{
	background-color: #fff;
}
.mui-input-row label {
    width: 10%;
    padding: 11px 0;
}
.mui-input-row label ~ input{
    width: 89%;
    border-bottom: 1px solid #d7d7d7;
    color: #333;
}
input::-webkit-input-placeholder{
    color:#999;
}
form.mui-input-group{
    margin: 0 27px 10px;
}
.mui-input-group:before,.mui-input-group:after,.mui-input-group .mui-input-row:after{
    height: 0;
}
div.btn-warp{
    margin: 0 27px;
    margin-top: -3px;
}
div.link-area{
    color: #888;
    margin-top: 20px;
    font-size: 14px;
}
div.link-area a{
   color: #888;
}
span.spliter{
   border-left: 1px solid #ccc;
    margin: 0 7px;
    font-size: 15px;
}
div.input-group{
   margin: 40px 27px 10px;
}
.logo img{
    width: 80px;
    display: block;
    margin: 40px auto 25px;
}
input:-internal-autofill-selected{
	background-color: #fff!important;
	-webkit-box-shadow: 0 0 0px 100px white inset;
}
.mui-input-group .mui-input-row {
    height: 60px;
}
.icon-phone:before,.icon-word:before,.icon-code:before,.icon-abc:before{
	content: "";
    width: 20px;
    height: 20px;
    background: url(../img/ext/publicCard/icon-phone.png);
    background-size: cover;
    display: inline-block;
}
.icon-word:before{
    background: url(../img/iconLogin/icon-word.png);
    background-size: cover;
}
.icon-code:before{
    background: url(../img/ext/publicCard/icon-code.png);
    background-size: cover;
}
.icon-abc:before{
    background: url(../img/ext/publicCard/icon-T.png);
    background-size: cover;
}
.mui-input-row .mui-input-password~.mui-icon-eye {
   text-align: right;
}
.mui-icon-eye:before{
	content: "";
    width: 19px;
    height: 9px;
    background: url(../img/iconLogin/icon-eyeNo.png);
    background-size: cover;
    display: inline-block;
}
.mui-active:before{
	content: "";
    width: 20px;
    height: 15px;
    background: url(../img/iconLogin/icon-eyeYes.png);
    background-size: cover;
}
.btn-warp button{
	width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    float: inherit;
    padding: 0;
    font-size: 17px;
}
.btn-warp button:nth-child(1){
	margin-bottom:15px;
}
.renren{
  	border: none;
	color:#fff;
	background-color: #e7161c;
}
.renren1{
	color:#e7161c;
	background-color: #fff;
	border: 1px solid #e7161c;
}
.count-back{
    top: 2px;
    right: 0;
    width: 85px;
    height: 29px;
    line-height: 29px;
    padding: 0;
    border-radius: 14px;
    border: 1px solid #f47370;
    background-color: #fff;
    font-size: 12px;
    color: #e7161c;
    position: absolute;
    text-align: center;
}
.captcha-row {
	position: relative;
}
.captcha-row > img {
	position: absolute;
   	z-index: 10;
   	right: 0;
   	height: 40px;
}
.voice-yzm {
    display: none;
    font-size: 14px;
    color: #888;
    text-align: center;
}
.btn-warp p{
	color: #888;
    font-size: 12px;
}
.btn-warp p a{
	color: #33a0ff;
}
div.has-account{
	margin-top: 25%;
}
div.has-account a{
	color:#e7161c;
}
#wxlogin{
    background-color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 25px 0 20px;
    border-radius: 10px 10px 0 0;
}
#wxlogin img{
	width: 45px;
    display: block;
    margin: 0 auto;
}
#wxlogin img.close{
    width: 15px;
    position: absolute;
    right: 12px;
    top: 12px;
}
#wxlogin p{
	text-align: center;
    color: #999;
    margin-top: 10px;
    margin-bottom: 0;
}
.showWxLogin{
    color: #888;
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
    position: absolute;
    bottom: 50px;
    width: 100%;
}
