﻿* {
    font-family: 微软雅黑;
}

body {
    background: url("/img/image.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (max-width: 768px) {
    body {
        background: url("/img/image.jpg");
        background-repeat: inherit;
        background-size: 100%;
    }
}

.login-card {
    width: 26%;
    height: 10%;
    text-align: center;
    margin: 0 auto;
    margin-top: 15%;
}

@media (max-width: 768px) {
    .login-card {
        width: 100%;
    }
}

.el-card {
    background-color: #D5D5D5;
}

.label-login {
    font-size: 26px;
}

.setstyle {
    min-height: 200px;
    padding: 0 !important;
    margin: 0;
    overflow: auto;
    cursor: default !important;
}

.el-select {
    width: 100%;
}

.el-form-select-div {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    width: 95%;
}

.el-form-text-div {
    font-size: 16px;
    font-weight: bold;
    width: 95%;
}

.el-form-password-div {
    font-size: 16px;
    font-weight: bold;
    width: 95%;
}
