Jobjack Sign In May 2026
/* 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);
.forgot-link:hover color: #e06e00; text-decoration: underline; jobjack sign in
// Very basic frontend validation if (!email ); /* sign in button */
.input-icon input width: 100%; padding: 0.85rem 1rem 0.85rem 2.8rem; font-size: 1rem; border: 1.5px solid #e2e8f0; border-radius: 1.2rem; font-family: 'Inter', sans-serif; transition: all 0.2s; background: #fefefe; outline: none; color: #1a2c38; transition: all 0.25s
<!-- Divider --> <div class="divider"> <span>or continue with</span> </div>
<div class="signup-prompt"> Don’t have an account? <a href="#" id="signupLink">Create one for free</a> </div>
.forgot-link font-size: 0.8rem; color: #ff8c2e; text-decoration: none; font-weight: 500; transition: color 0.2s;