I was having issues with the CSS of my buttons being overridden by the user agent stylesheet. To fix this, I used inline CSS to override it. However, a new problem emerged where the buttons became unclickable. Here is the code I am using. Any assistance would be greatly appreciated!
<button class="register-continue-with-google register-continue-with" >Sign Up with Google</button>
<button class="register-continue-with-google register-continue-with" style="background-color: transparent; border-color: transparent;">Sign Up with Google</button>