﻿.MLogin_logintype {
    width: 80%;
    margin: 10px auto;
}

    .MLogin_logintype li:first-child {
        width: 50%;
        float: left;
        margin: 0 auto;
        height: 30px;
        border-radius: 3px 0px 0px 0px;
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        border-bottom: 1px solid #F84141;
    }

    .MLogin_logintype li:last-child {
        width: 50%;
        float: right;
        margin: 0 auto;
        height: 30px;
        border-radius: 0px 3px 0px 0px;
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        border-bottom: 1px solid #F84141;
    }

    .MLogin_logintype .MLogin_logintype_cur {
        background-color: #F84141;
        color: #fff;
    }

.MLogin_usertype {
    width: 80%;
    margin: 10px auto;
}

    .MLogin_usertype li {
        width: 50%;
        line-height: 40px;
        float: left;
    }

        .MLogin_usertype li input {
            float: left;
            margin-top: 15px;
        }

        .MLogin_usertype li div {
            float: left;
            font-size: 14px;
            text-indent: 5px;
        }

.MLogin_name, .MLogin_password {
    display: block;
    width: 80%;
    border: 1px solid #eeeeee;
    height: 30px;
    margin: 0px auto;
    background-color: #f1f1f1  !important;
    text-indent: 5px;
    text-align: center;
}

.MLogin_remember_box {
    line-height: 14px;
    margin-left: 10%;
}

    .MLogin_remember_box input {
        float: left;
    }

    .MLogin_remember_box span {
        float: left;
        font-size: 14px;
        margin-left: 2%;
    }

.MLogin_message {
    color: red;
    width: 80%;
    font-size: 14px;
    margin: 10px auto;
    line-height: 12px;
}

.MLogin_btn {
    width: 90%;
    margin: 24px auto;
    height: 30px;
    background-color: #DF420F;
    border-radius: 3px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.MLogin_endbox {
    width: 100%;
    margin: 10px auto;
    padding: 0 28px;
    box-sizing: border-box;
}

    .MLogin_endbox .MLogin_register {
        float: left;
    }

    .MLogin_endbox .MLogin_forget {
        float: right;
    }

    .MLogin_endbox a {
        font-size: 14px;
        text-decoration: none;
        color: #808080;
    }
