[v-cloak] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

.login-small-bg {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
}

.el-form-item__content {
    margin-right: 12%;
}

.title p {
    font-size: 26px;
    display: block;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.changeImageBox {
    height: 40px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.changeImg {
    width: 95%;
    height: 40px;
}

.checkbox .el-checkbox {
    color: #FFFFFF;
}

.mt {
    margin-top: 10%;
}

#app, #app .el-row, .el-col-6 {
    height: 100%;
}

.loginBtn button {
    width: 100%;
}

#app .el-input__inner {
    border-radius: 0;
    padding: 3px 3px 3px 35px;
    height: 40px;
}

#app .el-input__icon {
    left: 0;
}

.el-input i {
    font-size: 20px;
    color: #999;
}

.btn-login {
    color: #fff;
}

.footerBox {
    position: absolute;
    width: 100%;
    bottom: 15px;
}

.footerBox p {
    text-align: center;
    font-size: 120%;
    color: #FFFFFF;
    line-height: 25px;
}