html,
body,
#app {
    height: 100%;
    margin: 0;
    padding: 0;
}
.vue-home {
    background-color: #303133;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.vue-home__main {
    user-select: none;
    width: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.vue-home__footer {
    width: 100%;
    flex-grow: 0;
    text-align: center;
    padding: 1em 0;
}

.vue-home__footer > a {
    font-size: 12px;
    color: #ABABAB;
    text-decoration: none;
}

.vue-home__loading {
    height: 46px;
    width: 46px;
    margin-bottom: 20px;
}

.vue-home__log{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 8px;
    top: 7px;
}

.vue-home__title {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
}

.vue-home__sub-title {
    color: #ABABAB;
    font-size: 12px;
}

.vue-home__log__box{
    position: relative;
    margin-bottom: 20px;
}

.tw {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}

.tw a {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}