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/backg03.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);
    position: relative;
}

.logopanel h1 {
    font-size: 40px;
    margin-top: 0 !important;
}

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

.main-title {
    position: fixed;
    left: 48vw;
    transform: translateX(-46%);
    top: 22vh;
    font-size: 4.2rem;
    letter-spacing: 8px;
    font-weight: bold;
    color: #FFFEFE;
    text-shadow: 4px 4px 3px hsla(211, 100%, 40%, 0.3);
    background-image: linear-gradient(to bottom, #00c0fa, #015eea);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*-webkit-text-stroke: 1px #d0f2ff;*/
}

.sub-title {
    position: fixed;
    left: 50vw;
    transform: translateX(-50%);
    top: 31vh;
    font-size: 2rem;
    letter-spacing: 8px;
    font-weight: bold;
    color: white;
    background-color: #016FE4;
    padding: 0 0 0 8px;
    border-radius: 4px;
}

.signinpanel {
    width: 370px;
    position: absolute;
    left: 50vw;
    transform: translateX(-50%);
    top: 40vh;
    /*margin: 13% 0 0 35%;;*/
}

.btn-login {
    border: 1px solid #00a3ff;
    background: linear-gradient(#299EFB, #2756E2);
    color: #fff;
    border-radius: 5px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
}

.btn-login:hover {
    color: #fff;
    background-color: #0097ee;
    border: 1px solid #0097ee;
}

.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: 25px;
    border-radius: 5px;
    height: 45px;
    line-height: 48px;
}

.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: 15px;
}

.signinpanel form {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
    /*color: #666;*/
}

.signinpanel form > h3 {
    color: #333333;
    font-size: 24px;
    font-family: "microsoft yahei", serif;
    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: 0 0 0 0;
    text-align: center;
    position: relative;
    margin: -20px 0 0;
    /*border-radius: 0 0 1% 1%;*/
}

.outside-login-tit {
    position: absolute;
    top: 35px;
    margin: 0 0 0 0;
    text-align: center;
    width: 100%;
    height: 14px;
    line-height: 1;
    color: #f5f2f0;
}

.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: 1760px) {
    .sub-title {
        top: 32vh;
    }
    /*.mohu {*/
    /*    height: calc(100% - 4.5rem) !important;*/
    /*}*/
}

@media screen and (max-width: 768px) {
    .col-sm-7 {
        margin-left: 15px !important;
    }

    .signinpanel,
    .signuppanel {
        margin: 0 auto;
        width: 370px !important;
        padding: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .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) {
    .col-sm-7 {
        margin-left: 15px !important;
    }

    .signinpanel,
    .signuppanel {
        margin: 0 20px;
        width: auto;
    }
}

.loginTitle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginTitle h3 {
    margin: 0;
    margin-left: 10px;
    font-size: 24px;
    color: #2874EC;
}

.verifyCode {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.rowCode {
    margin-top: 25px !important;
    display: flex;
    align-items: center;
    height: 45px;
    justify-content: space-between;
}

.my-login {
    width: 100%;
    height: 100% !important;
    position: fixed !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.login-bg {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginform{
    width: 48rem;
    height: 42rem;
    margin-left: 100px;
    background: url(../img/loginForm.png) no-repeat center / 100% 100%;
    padding: 34px 65px 90px 65px;
}
.loginform >form{width: 100%;height: 100%;display: flex;flex-direction: column;padding: 5.1% 6.7% 4.4% 6.7%;}
.loginform >form .title{font-size: 2.5rem;font-weight: bold;background-image: linear-gradient(to bottom, #ffffff, #dcdcdc);;
    background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-align: center;letter-spacing: 2px;
    height: 3rem;margin-bottom: 1rem;}
.mohu{background: url("../img/loginFormMH.png") no-repeat center/100% 100%;height: calc(100% - 3rem);width: 100%;padding: 1.5rem 2rem;display: flex;
    align-items: center;flex-direction: column;justify-content: space-between;}


.userName,
.password{background: #BDE0F5;border-radius: 4px;border: none;outline: none;color: black;font-size: 1.2rem;width: 100%;height: 100%;padding: 0 1rem;}
.yzm{display: flex;width: 52%;height: 10%;align-items: center;justify-content: space-between;position: relative;}
.yzm input{height: 100%;width: 50%;background: #BDE0F5;border: none;outline: none;border-radius: 4px;color: black;font-size: 1.2rem;padding: 0 1rem;}
.yzm a{height: 100%;width: 47%;border-radius: 4px;overflow: hidden;}
.mohu >div{height: 18%;width: 100%;}

