Google Sign-In button is not centered on the signup page
Description On the Internet Archive signup page, the “Sign in with Google” button appears slightly left-aligned instead of being horizontally centered.
This creates a visual imbalance because all other elements on the page (title, input fields, separators, and checkboxes) are centered, but the OAuth button appears misaligned.
This seems unintended and affects the overall UI consistency.
Screenshot
Steps to Reproduce
Go to https://archive.org/account/signup
Observe the “Sign in with Google” button
Compare its alignment with:
The page title
Horizontal lines/separators
Email, screen name, and password fields
Actual Behavior
The Google sign-in button is not perfectly centered.
It appears slightly shifted to the left.
Expected Behavior
The Google sign-in button should be horizontally centered to match the alignment of the other form elements.
Possible Fix Center the container of the Google OAuth button.
Suggested CSS:
.google-auth-container { display: flex; justify-content: center; }
OR
.google-auth-container { text-align: center; }
(The exact selector may vary based on the markup.)
Why This Matters
Improves visual consistency
Fixes layout imbalance
Enhances user experience
Very small and safe UI change
Environment
Browser: Any (Chrome/Edge tested)
Platform: Desktop
Page: /account/signup