<script>

 (function() {

   if (document.cookie.match(/fx\.customer=([^&]+)/i) === null || typeof document.cookie.match(/fx\.customer=([^&]+)/i) === null) {

     document.querySelectorAll(".login-show").forEach(e => {

       e.remove();

     });

   } else {

     document.querySelectorAll(".login-hide").forEach(e => {

       e.remove();

     });

   }

 })();

</script>