/***
Login page
***/

/* logo page */
.login {
    background-color: #666 !important;
}

.login .logo {
    width: 310px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 15px;
    text-align: center;
    font-family: "Trebuchet MS", "微软雅黑";
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF
}

.login .content {
    background: url(../../img/bg-white-lock.png) repeat;
    width: 291px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.login .mask{
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
}
.login .login-pop{
    width: 50%;
    height: 700px;
    background: #f4f0f0;
    position: fixed;
    top: 140px;
    left: 25%;
    z-index: 9999;
    box-sizing: border-box;
    border-radius: 6px !important;
}
.login .login-pop .pop-view{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 35px 25px;
    box-sizing: border-box;
}
.login .login-pop .pop-view .pop-title{
    flex: 1;
    font-size: 30px;
    font-weight: bold;
    box-sizing: border-box;
}
.login .login-pop .pop-view .pop-content{
    flex: 4;
    font-size: 22px;
    line-height: 1.5;
    overflow-y: auto;
    box-sizing: border-box;
    text-indent:2em
}
.login .login-pop .pop-view .pop-btn{
    flex: 1;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.login .login-pop .pop-view .pop-btn button{
    width: 150px;
    height: 45px;
    background: #666;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 18px;
    border-radius: 6px !important;
}
.login .login-pop .pop-view .pop-btn button:last-child{
    background: #4b8df8;
}

.login .content h3 {
    color: #eee;
}

.login .content h4 {
    color: #eee;
}

.login .content p,
.login .content label {
    color: #fff;
}

.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}

.login .content .m-wrap {
    width: 249px;
    background-color: #fff;
}

.login .content .control-group {
    margin-bottom: 20px !important;
}

.login .content .input-icon .m-wrap {
    margin: 0px !important;
}

.login .content .forget-form {
    display: none;
}

.login .content .register-form {
    display: none;
}

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
}

.login .content .form-actions {
    background-color: transparent;
    clear: both;
    border: 0px;
    border-bottom1: 1px solid #999;
    padding: 0px 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
    margin-top: 8px;
    display: inline-block;
}

.login .content .form-actions .btn {
    margin-top: 1px;
}

.login .content .forget-password {
    margin-top: 25px;
}

.login .content .create-account {
    border-top: 1px dotted #eee;
    padding-top: 10px;
    margin-top: 15px;
}

.login .content .create-account a {
    display: inline-block;
    margin-top: 5px;
}

.login .copyright {
    text-align: center;
    width: 270px;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    color: #eee;
    font-size: 12px;
}

@media (max-width: 480px) {
    /***
    Login page
    ***/
    .login .logo {
        margin-top: 10px;
    }

    .login .content {
        padding: 30px;
        width: 222px;
    }

    .login .content h3 {
        font-size: 22px;
    }

    .login .content .m-wrap {
        width: 180px;
    }

    .login .checkbox {
        font-size: 13px;
    }
}
