@media screen and (max-width: 600px) {
    #login {
        right: 5vw !important;
        width: 90vw !important;
        height: 90vh !important;
    }
}

@media screen and (max-width: 400px) {
    #login {
        right: 5vw !important;
        width: 90vw !important;
        height: 90vh !important;
    }

    .mobileLoginFromBox {
        width: 94% !important;
    }
}

body {
    background-image: url("/login2/static/blob-scene-haikei.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

* {
    padding: 0;
    margin: 0;
}

.contentBox {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.contentBox .hintText {
    font-size: 80px;
    font-weight: 600;
    position: absolute;
    left: 13vw;
    top: 25%;
    color: rgb(248, 247, 247);
}

.contentBox .hintText span {
    font-size: 60px;
    font-weight: 600;
}
