body {
    background-color: #fff;
    margin: 0;
}
.main {
    width: 100%;
    height: 100vh;
    background-image: url('../assets/login-background2.jpg');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.el-login-footer {
    height: 80px;
    line-height: 80px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 1px;
}
.loginForm {
    width: 380px;
    height: 380px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
} 
.title {
    color: #555;
    text-align: center;
    padding: 10px 0 40px;
}
.login-code {
    width: 33%;
    height: 40px;
    float: right;
}
.login-code img {
    cursor: pointer;
    vertical-align: middle;
}
.login-code-img {
    height: 40px;
    padding-left: 12px;
}