

.login-logo
{
    width: 100%;
    height: 5rem;
    text-align: center;
    margin-left: 0;
    margin-top: 1rem;
    display: inline-block;
}

.login-logo img
{
    height: 100%;
    border-radius: 50%;
}

.tabs
{
    display: flex;
    height: 3rem;
    flex-direction: row;
    justify-content: center;
}

.tab-login,
.tab-reg
{
    width: 5rem;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.3rem;
    color: #727272;
    cursor: pointer;
}

.tab-login.active,
.tab-reg.active
{
    color: #03a9f4;
    border-bottom: 0.2rem solid #03a9f4;
}

.tab-login:hover,
.tab-reg:hover,
.tab-login:active,
.tab-reg:active
{
    background-color: #f0f0f091;
}

.welcome
{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.welcome-text
{
    text-align: center;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #868686;
    font-size: 1.2rem;
}

.tab-login-container,
.tab-reg-container
{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    display: none;
}

.tab-login-container.active,
.tab-reg-container.active
{
    display: block;
}

.tab-container input[type=text],
.tab-container input[type=password]
{
    height: 2.8rem;
    font-size: 1.0rem;
}

.form-group label
{
    color: #5f5f5f;
}

.form-group.btn{
    text-align: center;
    margin-top: 2rem;
    width: 100%;
}

#l-btn-submit,
#r-btn-submit
{
    width: 60%;
    background-color: #03a9f4;
    border-color: #03a9f4;
    height: 3rem;
    line-height: 3rem;
    padding: 0;
}

.find-pass
{
    text-align: right;
}

.btn-findpass
{
    padding-right: 0.5rem;
    color: #03a9f4;
    cursor: pointer;
}

.btn-findpass i
{
    padding-right: 0.25rem;
}

.btn-findpass:hover,
.btn-findpass:active
{
    text-decoration: underline;
}


.pic-code
{
    flex-flow: row;
}

#r-pic-code
{
    width: 100%;
    margin-right: 0.5rem;
}

.pic-code img
{
    width: 7rem;
    flex-shrink: 0;
    cursor: pointer;
}

.col.input
{
    flex-basis: auto;
}
.col.btn-sendcode
{
    flex-shrink: 0;
}

.col.btn-sendcode button
{
    width: 8rem;
    height: 2.8rem;
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.sendcode .form-row
{
    flex-wrap: initial;
}


.third-login{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.tl-item{
    height: 3.5rem;
    width: 3.5rem;
    text-align: center;
    cursor: pointer;
}

.tl-item img{
    height: 3.5rem;
}

.weixin_dark{
    display: none;
}
.tl-item:hover .weixin_dark,
.tl-item:active .weixin_dark{
    display: initial;
}

.tl-item:hover .weixin,
.tl-item:active .weixin{
    display: none;
}

#scan-qrcode{
    text-align: center;
    max-height: 30rem;
    max-width: 30rem;
}

#scan-qrcode img{
    height: 100%;
    width: 100%;
}

.agreement{
    margin-top: 2rem;
    text-align: center;
}

.sl-login{
    border: none;
    width: 100%;
}

@media screen and (max-width: 900px) {

    .login-logo
    {
        margin-top: 3rem;
    }

    .tab-login-container,
    .tab-reg-container
    {
        width: 80%;
    }

}