/* pc */
@media only screen and (min-width: 1080px) {
    body {
        margin: 0;
    }

    .login-bg {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url("/img/bos.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .login-wiget {
        background-color: white;
        border-radius: 32px;
        opacity: 50%;
        width: 500px;
        height: 600px;
        margin-top: 5.4vh;
        margin-bottom: 5.4vh;
    }
}