• We have over 12 years of experience!

Register

//////// un comment for password // const toggle = document.getElementById('togglePassword'); // const password = document.getElementById('passwordField'); // // toggle.addEventListener('click', function () { // // toggle the type attribute // const type = password.getAttribute('type') === 'password' ? 'text' : 'password'; // password.setAttribute('type', type); // // // toggle the eye icon // this.classList.toggle('fa-eye'); // this.classList.toggle('fa-eye-slash'); // });