﻿.app-index {
    width: 100vw;
    height: 100vh;
    background-image: url(/lib/assets/images//login-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-login-wrap {
    padding: 40px 40px 20px 40px;
    border-radius: 20px;
    background: #fff;
    width: 380px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.user-login-header-wrap {
    height: 40px;
}

.user-login-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-login-logo {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin-right: 10px;
}

.user-login-title {
    font-size: 30px;
    color: #1D2129;
    font-weight: bold;
}

.user-login-scan {
}

.user-login-weixin-image {
    width: 200px;
    height: 200px;
}

.user-login-weixin-box {
    width: 200px;
    height: 200px;
    border: dashed 1px #eee;
    border-radius: 8px;
}

.user-login-switch {
}

.user-login-form {
    width: 260px;
}

.user-login-form-input {
    padding-bottom: 20px;
}

.user-login-button {
    width: 100%;
    margin-top: 10px;
}
