@media screen and (max-width: 768px) {
    .auth-form, .reg-form {
        width: 85dvw;
        border-radius: 1dvh;
    }

    .login-logo {
        position: relative;
        margin-top: 2dvh;
        margin-bottom: 5dvh;
        margin-inline: auto;
        left: 0;
        top: 0;
    }

    #modal-auth-form {
        width: 100%;
        height: 100%;
    }

    .f-f-modal {
        padding-bottom: 3dvh;
    }

    .login-modal-close-btn {
        position: absolute;
        top: 1dvw;
        right: 1dvw;
    }
}
