Jobjack Sign In !!hot!! -

.brand-header h1 font-size: 2.2rem; font-weight: 700; letter-spacing: -0.5px; color: white; display: inline-flex; align-items: center; gap: 10px;

.signin-container:hover transform: scale(1.01);

.social-btn.google:hover background: #feeceb; border-color: #ffa7a0; jobjack sign in

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>JobJack – Sign In to Your Account</title> <!-- Google Fonts & simple reset --> <link href="https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700&display=swap" rel="stylesheet"> <!-- Font Awesome 6 (free icons) --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> <style> * margin: 0; padding: 0; box-sizing: border-box; body font-family: 'Inter', sans-serif; background: linear-gradient(145deg, #f6f9fc 0%, #eef2f5 100%); min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 1.5rem;

.checkbox-group input width: 18px; height: 18px; accent-color: #ffb347; cursor: pointer; .brand-header h1 font-size: 2.2rem

/* header area with brand */ .brand-header background: #0a2b3e; padding: 1.8rem 2rem 1.5rem; text-align: center;

.signup-prompt a:hover text-decoration: underline; .signin-container:hover transform: scale(1.01)

<!-- Sign In Button --> <button type="submit" class="signin-btn"> Sign in <i class="fas fa-arrow-right"></i> </button> </form>