// Get the element with class 'd-flex' var element = document.querySelector('.d-flex'); // Check if the element exists if (element) { // Set the font size to 70px element.style.fontSize = '70px'; }

Forgot password

Enter your registration email address to receive password reset instructions.