body,
html {
    height: 100%;
    margin: 0;
}

.login-bg {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: stretch;
    min-height: 100vh;
    background: url("../../images/sapporo06_03.jpg") center;
    background-size: cover;
}

.login-bg .auth-fluid-form-box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 480px;
    padding: 3rem 2rem;
    background-color: rgb(255 255 255);
    border-radius: 0;
}

.login-bg .auth-fluid-right {
    position: relative;
    flex: 1;
    padding: 6rem 3rem;
    color: #ffffff;
    background-color: rgb(0 0 0 / 30%);
}

.login-bg::before {
    position: absolute;
    inset: 0;
    content: "";
    background-color: rgb(255 255 255 / 50%);
}

.logo {
    margin-bottom: 2rem;
}

@media (width >= 992px) {
    .logo {
        top: 3rem;
    }
}
