#app .container {
    width: 100%;
    min-height: 100%;
    background: #f0f2f5 url(../images/background.5825f033.svg) no-repeat 50%;
    background-size: 100%;
    position: relative;
}
#app .container .login-content {
    padding: 100px 0 24px;
}
#app .container .login-content .login-top {
    text-align: center;
    height: 44px;
    line-height: 44px;
}
#app .container .login-content .login-top .title {
    font-size: 33px;
    color: rgba(0,0,0,.85);
    font-family: Avenir,Helvetica Neue,Arial,Helvetica,sans-serif;
    font-weight: 600;
    position: relative;
    top: 2px;
}
#app .container .login-content .login-main {
    min-width: 260px;
    width: 368px;
    margin: 0 auto;
    padding-top: 50px;
}
#app .container .login-footer {
    width: 100%;
    bottom: 0;
    padding: 0 16px;
    margin: 48px 0 24px;
    text-align: center;
}
#app .container .login-footer .copyright {
    color: rgba(0,0,0,.45);
    font-size: 14px;
}
