﻿* {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

html, body {
    width: 100%;
    height: 100%;
}

#app {
    width: 100%;
    height: 100%;
    background-image: url("../../Picture/Home/login-bg.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.login {
    position: absolute;
    right: 160px;
    top: 50%;
    transform: translateY(-60%);
    width: 400px;
}

.form-on {
    padding:10px 0 0;
}
.el-form-item{
    width:100%;
}
.sumbitBtn {
    width: 100%;
}
