.mui-bar{
    background: white;
    border-bottom: none;
}
body{
    background: white;
}
.mui-content{
    background: white;
    padding: 0 20px;
}
.mui-content .msg_box{
    margin: 40px 0;
}
.mui-content .msg_box h4{
    font-weight: 500;
    color: #333;
    font-size: 23px;
}
.mui-input-row .frm-input-label{
    /*padding: 15px 0;*/
}
.frm-area a.yzm_login{
    font-size: 13px;
    color: #737373;
}

/*手机号登陆*/
.phone_login{
    display: none;
}
.phone_login_btn{
    color: #bdbdbd;
    background: #d6d6d6;
    border: 1px solid #d6d6d6;
    height: 40px;
    line-height: 35px;
    font-size: 17px;
    border-radius: 20px;
}
.phone_content-padded{
    margin-top: 65px;
}
.phone_nobg:before{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0 !important;
    height: 0;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}
.phone_nobg:after{
    position: static;
    right: 0;
    bottom: 0;
    left: 0;
}
.mui-input-group .phone_input_row{
    height: 50px;
    margin-bottom: 15px;
}
.phone_err{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #FF0000;
    padding-left: 15px;
    display: none;
}
.num_ds{
    color: #737373;
    display: inline-block;
    width: 115px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #F1F1F1;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0;
    float: right;
    margin-top: 2%;
}

.frm-input-label i{
    display: inline-block;
    width: 15px;
    height: 18px;
}
.frm-input-label .user_name{
    background: url("../../images/common/login/login_01.png") no-repeat;
    background-size: 100%;
}
.frm-input-label .user_pass{
    background: url("../../images/common/login/login_02.png") no-repeat;
    background-size: 100%;
}

::-webkit-input-placeholder {
    color: #B3B3B3;
}
:-moz-placeholder {/* Firefox 18- */
    color: #B3B3B3;
}
::-moz-placeholder{/* Firefox 19+ */
    color: #B3B3B3;
}
:-ms-input-placeholder {
    color: #B3B3B3;
}