html {
    height: 100%;
    font-family: PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', arial, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
    font-size: 14px;
}

body.signin {
    /*background: #18c8f6;*/
    height: auto;
    background: url("../img/background_login-38db6b22f77ed74e2ac3865c2477b724.jpg") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: rgba(255, 255, 255, .95);
}

.logopanel h1 {
    font-size: 40px;
}

.signin-info h3 {
    font-size: 24px;
}

.signinpanel {
    width: 912px;
    margin: 18% auto 0 auto;

}

.logo-box {
    width: 80%;
    margin: 0 auto;
    display: flex;
}

.login_logo {
    width: 70px;
    height: 49px;
    background: url(../img/login_logo-76c3389bb1368c3e36eaf3b07ddc9d87.png) no-repeat center center;
    background-size: 70px 49px;
}

.title {
    display: block;
    font-size: 20px;
    padding: 0 10px;
    height: 49px;
    line-height: 49px;
}

.btn-login {
    width: 80%;
    border: 0;
    margin: 40px auto 10px auto;
    background-color: #fa8b15;
    color: #fff;
    border-radius: 10px;
    position: relative;
    top: 15px;
}

.btn-login:hover {
    color: #fff;
    background-color: #FDCC98;
    /*border: 1px solid #ffffff;*/
}

.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    font-size: 20px;

}

.signinpanel .form-control {
    display: block;
    margin-top: 15px;
}

.form-control {
    width: 80%;
    margin: 0 auto;
    border: 0 !important;
    border-radius: 10px;
    padding-left: 40px;
}

.signinpanel .uname {
    background: url(../img/user-01ea4bf163c0b9816da04227e5debb85.png) no-repeat center center;
    background-size: 100% 40px;
}

.signinpanel .pword {
    background: url(../img/locked-1a7da61cd976fb4160375d09031b553b.png) no-repeat center center;
    background-size: 100% 40px;
}

.signinpanel .btn {
    margin-top: 15px;
}

.keep {
    width: 78%;
    margin: 0 auto;
    position: relative;
    top: 15px;
    display: flex;
    justify-content: space-between;
}

.signinpanel form {
    /*width: 410px;*/
    background: transparent url(../img/form_bg-d1ed7a5a377efafc715468bacc375ddb.png) no-repeat center center;
    background-size: cover;
    border: 0;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px 30px 50px 30px;
    color: #666;

}

.signinpanel form > h3 {
    color: #333333;
    font-size: 24px;
    font-family: "microsoft yahei";
    font-weight: 400;
}

.signup-footer {
    border-top: solid 1px rgba(255, 255, 255, .3);
    margin: 20px 0;
    padding-top: 15px;
}

.outside-login {
    border-top: #dcdee3 1px solid;
    padding: 7% 0 0;
    text-align: center;
    position: relative;
    margin: 9% 0% 0;
    border-radius: 0 0 1% 1%;
}

.outside-login-tit {
    position: absolute;
    top: -8px;
    left: 50%;
    margin: 0 0 0 -50px;
    text-align: center;
    width: 100px;
    height: 14px;
    line-height: 1;
    color: #999;
}

.outside-login-tit span {
    position: relative;
    z-index: 2;
}

.outside-login-tit:before {
    top: 0;
    left: 0;
    background-color: #fff;
}

.outside-login-tit:after {
    top: 7px;
    left: 0;
    background-color: #fff;
}

.outside-login-tit:after, .outside-login-tit:before {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    position: absolute;
    z-index: 1;
}

.outside-login-con {
    font-size: 0;
    padding-top: 10px;
}

.outside-login-list {
    width: 116%;
    margin-left: -8%;
}

.outside-login-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 33.3333%;
}

.outside-login-list .actived {
    display: inline-block;
}

.outside-login-btn em {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin: 0 auto 5px;
    white-space: normal;
    font-size: 20px;
    color: #fff;
}

.outside-login-btn:first-child, .outside-login-btn:last-child {
    width: 30.3333%;
}

.outside-login-btn span {
    font-size: 14px;
    color: #333;
}

.oschina em {
    background-color: #4ec34d;
}

.git em {
    background-color: #211b1b;
}

.my em {
    background-color: #ff4700
}

.copy {
    width: 100%;
    position: fixed;
    bottom: 30px;
    left: 0;
    text-align: center;
    color: #ccc;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .signinpanel,
    .signuppanel {
        margin: 0 auto;
        width: 413px !important;
        padding: 20px;
    }

    .signinpanel form {
        margin-top: 20px;
    }

    .signup-footer {
        margin-bottom: 10px;
    }

    .signuppanel .form-control {
        margin-bottom: 10px;
    }

    .signup-footer .pull-left,
    .signup-footer .pull-right {
        float: none !important;
        text-align: center;
    }

    .signinpanel .signin-info ul {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .signinpanel,
    .signuppanel {
        margin: 0 20px;
        width: auto;
    }
}
