#_login_assets {
    position: relative;
}
#_login_assets .switch-language {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1;
}
#_login_assets .login-bubble {
    overflow: hidden;
    background: url('/assets/img/bg.jpg') no-repeat;
    background-size: cover;
}
#_login_assets .form-item-icon {
    height: auto;
}
#_login_assets .login {
    position: absolute;
    top: 0;
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
#_login_assets .login .login-box {
    overflow: hidden;
    width: 430px;
    padding: 0;
    background: #fff;
}
#_login_assets .login .head {
    background: #ccccff;
}
#_login_assets .login .head img {
    display: block;
    width: 430px;
    margin: 0 auto;
    user-select: none;
}
#_login_assets .login .form {
    position: relative;
}
#_login_assets .login .form .profile-avatar {
    display: block;
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 4px solid #fff;
    top: -50px;
    right: 175px;
    z-index: 2;
    user-select: none;
}
#_login_assets .login .form .content {
    padding: 100px 40px 40px 40px;
}
#_login_assets .login .form .submit-button {
    width: 100%;
    letter-spacing: 2px;
    font-weight: 300;
    margin-top: 15px;
}

@media screen and (max-width: 720px) {
    #_login_assets .login {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #_login_assets .login .login-box {
        width: 340px;
        margin-top: 0;
    }
}

#_login_assets .captcha-img {
    width: 100%;
    height: 100%;
}

#_login_assets .link {
    width: 100%;
    position: absolute;
    bottom: 12px;
    text-align: center;
    color: #333;
}
