html, body {
    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("/imgs/login_bg.png") 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);
}

body span {
    color: #999;
}

.logopanel h1 {
    font-size: 40px;
}

.signin-info h3 {
    font-size: 24px;
}

.signinpanel {
    width: 1200px;
    margin: 7% auto 0 auto;

}

.btn-login {
    height: 48px;
    width: 100%;
    padding: 0;
    background: linear-gradient(316deg, #2481E2 0%, #4EA4FF 100%);
    line-height: 48px;
    font-size: 22px;
    color: #fff;
}

.btn-login:hover {
    color: #fff;
}

.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;
}

.signinpanel .uname {
    background: #fff url(../img/user.png) no-repeat 95% center;
    color: #333;
}

.signinpanel .pword {
    background: #fff url(../img/locked.png) no-repeat 95% center;
    color: #333;
}

.signinpanel .btn {
    margin-top: 20px;
}

.logo_img {
    float: left;
}

.signinpanel form {
    background-color: #fff;
    width: 600px;
    height: 660px;
    padding: 100px 115px 0 115px;
    margin: 0 auto;
    float: left;;
}

.signinpanel label {
    color: red;
}

.signinpanel .logo {
}

.signinpanel .input_item {
    height: 55px;
    position: relative;
}

.signinpanel .input_item input {
    padding: 16px 0 16px 3em;
    border-radius: 3px;
    font-size: 14px;
    height: auto;
}

.signinpanel .input_item .i_icon {
    position: absolute;
    top: 10px;
    left: 10px;
}

.signinpanel #verify {
    width: 190px;
}

.signinpanel .yzm_a {
    position: absolute;
    right: 0px;
    top: 0px;
}

.signinpanel form > h3 {
    color: #333333;
    font-size: 24px;
    font-family: "microsoft yahei";
    font-weight: 400;
}

.signup-footer {
    margin: 20px 0;
    padding-top: 15px;
    text-align: center;
}

.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
}

@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;
    }
}

@media screen and (max-height: 880px) {
    .logo_img {
        height: 550px;
    }

    .signinpanel form {
        height: 550px;
        padding-top: 100px;
    }
}

label.has-error {
    top: auto;
    left: 15px;
    padding: 0 5px 1px;
    font-size: 11px;
    margin-top: 22px;
    color: #fff !important;
    max-width: none;
    position: absolute;
    background: #ff6969;
    z-index: 1000;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px #dedede;
    box-shadow: 0 5px 10px #dedede
}

label.has-error:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff6969;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    left: 15px;
    position: absolute;
    top: -11px
}

.has-error .help-block, .has-error .col-form-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label, .has-error .form-check {
    color: #d84315
}

.has-error .form-control {
    border-color: #d84315;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .select2-selection {
    border: 1px solid #d84315 !important;
}

.has-error .form-control:focus {
    border-color: #aa3510;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08463;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f08463
}

.has-error .input-group-addon {
    color: #d84315;
    border-color: #d84315;
    background-color: #fbe9e7
}

.has-error .form-control-feedback {
    color: #d84315
}

ul, ol, li {
    list-style: none;
}

.login-tab {
    display: flex;
    padding-inline-start: 0px;
    font-size: 16px;
}

.login-tab > li {
    text-align: center;
    vertical-align: middle;
    width: 110px;
    height: 40px;
    line-height: 40px;
}

.login-tab > li.active {
    border-bottom: 3px solid #224fb9;
    color: #224fb9;
}

.login-tab > li.active a {
    color: #224fb9;
    font-weight: bold;
}