@charset "utf-8";
[v-cloak] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.login_left {
    display: flex;
    flex: 1;

    background-size: cover;
    height: 100vh;
}

.logo {
    margin-top: 30px;
    margin-left: 30px;
}

.logo img {

}

.login_right {
    width: 470px;
    display: flex;
    flex-direction: column;
    margin: 0 80px;
    position: relative;
}

.login_title {
    font-size: 32px;
    font-family: Microsoft YaHei, serif;
    font-weight: 600;
    color: #333;
    margin-top: 94px;
}

.login_subTitle {
    font-size: 18px;
    font-family: Microsoft YaHei, serif;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
}

.loginFormDiv {
    margin-top: 79px;
}

.loginFormCls .el-form-item {
    margin: 0 0 22px 0;
}

.elInput .el-input__inner {
    height: 56px;
    font-size: 15px;
}

.userCheckCls {
    width: 120px;
    height: 56px;
    cursor: pointer;
}

.elInput .el-input-group__append {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.footerDiv {
    position: absolute;
    bottom: 76px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Microsoft YaHei, serif;
    font-weight: 400;
    color: #999999;
}

.footerDiv a {
    color: #1890FF;
    text-decoration: none;
    margin-left: 3px;
}

.btnForm {
    width: 100%;
    height: 56px;
    border-radius: 28px;
    margin-top: 64px;
    font-size: 18px;
}
