#app, html {
    height: 100%;
}
body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, #app {
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-image: url(../images/login-background.f9f49138.jpg);
    background-size: cover;
}
.register-form {
    border-radius: 6px;
    background: #fff;
    width: 360px;
    padding: 25px 25px 5px 25px;
}
.title {
    margin: 0 auto 30px auto;
    text-align: center;
    color: #707070;
}