Jobjack Sign In [new] – Fast & Authentic
.brand-header h1 i font-size: 2rem; color: #ffb347;
<div class="form-wrapper"> <div class="welcome-text"> <h2>Welcome back</h2> <p>Sign in to access job alerts, applications & more</p> </div> jobjack sign in
// Google sign in demo const googleBtn = document.getElementById('googleSignin'); googleBtn.addEventListener('click', function() showMessage('🔐 Google Sign-In demo — would redirect to OAuth flow.', false); ); .brand-header h1 i font-size: 2rem
.signin-btn i font-size: 1.1rem; transition: transform 0.2s; Sign in to access job alerts
.social-btn i font-size: 1.2rem;
/* sign in button */ .signin-btn width: 100%; background: #0a2b3e; border: none; padding: 0.9rem; font-size: 1rem; font-weight: 600; color: white; border-radius: 2rem; cursor: pointer; transition: all 0.25s; display: flex; align-items: center; justify-content: center; gap: 8px; font-family: 'Inter', sans-serif; margin-bottom: 1.5rem; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
.welcome-text h2 font-size: 1.75rem; font-weight: 600; color: #0f2b3c;