.login-page-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.tips-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.tips-header svg{
    width: 200px;
    height: 50px;
}

#root {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    gap: 10px;
}

#root h1 {
    display: block;
    width: 100%;
    text-align: center;
}

#line-login {
    position: relative;
    display: block;
    height: 40px;
    width: 175px;
    background-image: url('../content/images/btn_base_line.png');
    background-color: #06C755;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    border-radius: 5px;
}

#line-login > span {
    font-family: "BIZ UDGothic", sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
    color: #FFFFFF;
    font-weight: bold;
}

a {
    font-weight: 400;
    text-decoration: inherit;
    color: #10a37f;
}

.tips-footer {
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6e6e80;
    padding: 12px 0 24px;
    flex: 0 0 auto;
}

.separator:before {
    content: " | ";
    margin: 0 8px;
}