
@media (max-width: 768px) {
    body, html {
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-color: rgb(5, 8, 19);
        background-size: auto;
    }

    .login {
        width: 300px;
        backdrop-filter: none;
    }
}