/* all */
::-webkit-input-placeholder {
    color: #666666;
}

::-moz-placeholder {
    color: #666666;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #666666;
}

/* ie */
input:-moz-placeholder {
    color: #666666;
}


.branding {
    flex-direction: row;
}

.branding img {
    height: 34px;
    margin-top: 6px;
    margin-right: 5px;
}

.login-card {
    position: relative
}

.login-card .login-card-s {
    position: absolute;
    top: 0;
    right: 0;
    width: 76px;
    border-radius: 0 16px 0 0;
    overflow: hidden;
}

.login-card-s img {
    width: 76px;
    cursor: pointer
}

.login-card-s img:hover {
    opacity: 0.8
}

.weixin-icon {
    display: none
}

.userinput {
    display: none;
    width: 300px;
}

.policy-text {
    color: #cccccc;
    font-size: 0.8rem;
    position: absolute;
    bottom: 20px;
    margin: 1.5rem 0;
    width: 300px
}

@media (max-width: 768px) {
    .container {
        margin-top: -100px;
    }

    .branding {
        display: block;
        text-align: center;
    }

    .branding img {
        height: 42px;
        margin-right: 0
    }

    .branding .brand-logo {
        display: block;
        color: var(--primary-color)
    }

    .login-card {
        display: none;
        background: none;
        box-shadow: none;
        padding: 0;
    }

    .userinput {
        display: block;
        width: 100%
    }

    .login-title, .login-card-s {
        display: none
    }

    .other-login {
        width: 100%
    }

    .other-login .wx-login {
        width: 80%;
        border-radius: 100px;
        /*background: #50b674;*/
        background: linear-gradient(113deg, #50b674, #60cb86);
        height: 52px;
        box-shadow: 0 4px 24px 0 rgba(32, 98, 55, .3);
        font-size: 1.2rem;
        color: #ffffff;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .other-login .wx-login img {
        height: 26px;
        margin-top: 10px;
        margin-right: 5px;
    }

    .other-login .wx-login span {
        margin: 0;
        padding: 0
    }

    .zh-login {
        margin-top: 30px;
        cursor: pointer;
        color: #666666;
        font-size: 1rem;
    }

    .policy-text, .tips-login {
        color: #cccccc;
        font-size: 0.8rem;
        position: fixed;
        bottom: 20px;
        margin: 1.5rem 0;
    }

    .policy-text a, .tips-login a {
        color: #333333
    }

    .login-footer {
        display: none
    }
}
