
.m-top {
     background: #eee;
     height: auto;
     padding: 0.5em 2em;
 }


.m-top .logo {
    float: left;
    height: 80px;
    line-height: 80px;
}

.m-top .logo img {
    width: 170px;
}

.m-top .title {
    float: right;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
}

.m-top .has-account {
    display: none;
    float: right;
    position: relative;
    height: 80px;
    width: 200px;
    text-align: right;
}

.m-top .has-account .float-bottom {
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 24px;
}

.m-top .has-account .float-bottom span {
    color: #777;
}

.m-top .has-account .float-bottom span.login {
    color: #000;
}

.m-body {
}

.m-body .form {
    margin: 0 2em;
    padding: 1.5em;
    background: #fff;
}

.m-body .form .layui-input {
    display: inline;
}

.layui-form-item.agreement {
    text-align: center;
}

.layui-form-item.agreement a {
    color: #1E9FFF;
}

.layui-form-item.agreement span {
    position: relative;
    top: 0.3em;
    font-size: 0.7rem;
}

.m-body .form .btn-submit {
    background: #ff0843;
    width: 100%;
}

.layui-form-item {
}

.mt-tail .mt-bottom {
}


.layui-form-label {
    width: unset;
    font-size: 16px;
    padding: 9px 0;
}

.layui-input-block {
    margin-left: 30%;
}

.div_submit {
    margin-left: unset;
}