[v-cloak] {
    display: none;
}

body {
    background-image: url("/assets/img/bg1.webp");
}

.login-div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2rem 3rem 1rem 3rem;
    width: fit-content;
    border-radius: 0.5rem;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.btn-into {
    margin: 0 auto;
}

.el-toolTip {
    margin-left: 1rem;
    font-size: 1.5rem;
}

/* 移动端 */
@media screen and (max-width: 768px) {
    .el-input {
        position: relative;
        font-size: 14px;
        width: 12rem;
    }
}

/* 电脑端 */
@media screen and (min-width: 768px) {
    .el-input {
        position: relative;
        font-size: 14px;
        width: 18rem;
    }
}