    body { 
        font-family: 'Inter', sans-serif; 
        /* Gambar Full Background */
        background-image: url('/img/bg-login-register-customer.avif');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }

