  html, body {
            height: 100%;
            padding: 0;
            margin: 0;
        }

        #app {
            height: 100%;
        }

        [v-cloak] {
            display: none !important;
        }
            .login {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
        background-size: 100% 100%;
    }

    .login .box-card {
        position: relative;
        border-radius: 15px;
        z-index: 99;
        border: 0;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .5);
        width: 625px;
        height: 450px;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: 100% 100%;
    }

    .logo {
        position: absolute;
        left: 40px;
        top: 40px;
        height: 43px;
    }

    .username, password {
        margin-bottom: 20px;
    }

    .login-btn {
        width: 100%;
        border-radius: 20px;
        height: 38px;
        font-size: 16px;
        background: linear-gradient(to right, #2E9FFF, #3E79FF);
        box-shadow: 0 4px 10px rgba(0, 123, 255, .5)
    }

    .radio-box {
        height: 35px;
        line-height: 35px;
    }

    .register_box {
        position: absolute;
        right: 15%;
        bottom: 35px;
        width: 150px;
    }

    .register {
        display: inline-block;
        width: 48%;
        height: 15px;
        line-height: 15px;
        text-align: center;
        cursor: pointer;
        color: #4291ff;
    }

    .el-dialog {
        width: 35%;
    }

    .el-card__body {
        padding: 0;
    }

    .login-form {
        padding: 50px 45px 30px;
        height: 480px;
        width: 335px;
        float: right;
        background-color: #fff;
    }

    .form-title {
        font-size: 26px;
        color: #1F4881;
        margin-bottom: 40px;
    }

    .opacity {
        background-color: rgba(0, 0, 0, 0.10);
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .el-input .el-input__inner {
        height: 36px;
        border-radius: 18px;
        background-color: #f7f5fb;
        border-color: #f7f5fb;
    }

    .foot {
        position: absolute;
        left: 0;
        right: 0;
        width: auto;
        color: #fff;
        text-align: center;
        font-size: 16px;
    }

    .foot a,
    .foot a:visited {
        color: #f3f3f3;
    }

    .footer-text {
        margin-bottom: 10px;
    }

    .pic-captcha {
        width: 100px;
        height: 36px;
        vertical-align: middle;
        cursor: pointer;
    }