body {
    background-image: url('/dist/assets/img/3402393.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    margin: 0;
}

.login-box {
    width: 100%;
    max-width: 576px;
    margin: auto;
    margin-top: 100px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.login-box {
    width: 50%;
}
@media (max-width: 800px) {
    .login-box {
        max-width: 90%;
    }
}

.login-title {
    text-align: center;
    margin-bottom: 20px;
}

.bg-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/*  Large desktops */
@media (min-width: 1200px) {
    body {
        font-size: 20px;
    }
}

/*  Laptops and tablets */
@media (max-width: 1199px) {
    body {
        font-size: 18px;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .box {
        flex: 1 1 100%;
        background-color: #cce5ff;
    }
}

/*  Phones */
@media (max-width: 480px) {
    .box {
        background-color: #ffdddd;
    }

    .container {
        padding: 5px;
    }
}
