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;
}
