@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&family=Geist+Mono:wght@400;500&display=swap'); :root { --bg-main: #0A0A0C; --bg-surface: #121215; --bg-card: #18181C; --bg-elev: #232328; --border-color: rgba(244, 244, 240, 0.08); --border-color-soft: rgba(244, 244, 240, 0.04); --text-primary: #F4F4F0; --text-secondary: #C9C9C2; --text-muted: #80807A; --lime: #D4FF3D; --lime-deep: #9CCB1F; --lime-glow: rgba(212, 255, 61, 0.20); --font-heading: 'Outfit', 'Inter Tight', sans-serif; --font-body: 'Inter Tight', 'Inter', sans-serif; --font-mono: 'Geist Mono', monospace; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: var(--font-body); background-color: var(--bg-main); color: var(--text-primary); min-height: 100vh; display: flex; justify-content: center; align-items: center; padding: 16px; } .login-card { background-color: var(--bg-surface); border: 1px solid var(--border-color); border-radius: 20px; padding: 40px; width: 100%; max-width: 440px; box-shadow: 0 30px 70px rgba(0, 0, 0, 0.7); text-align: center; animation: fadeIn 0.45s ease-out; } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .logo-area { margin-bottom: 28px; } .logo { font-size: 26px; font-weight: 700; letter-spacing: 0.5px; color: var(--lime); font-family: var(--font-heading); display: inline-block; } .tagline { font-size: 10px; color: var(--text-muted); margin-top: 5px; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; } .welcome-text { font-size: 14px; color: var(--text-secondary); margin-bottom: 30px; line-height: 1.6; } .form-group { text-align: left; margin-bottom: 22px; } label { display: block; font-size: 11px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; } .password-container { position: relative; } input[type="password"], input[type="text"] { width: 100%; background: var(--bg-card); border: 1.5px solid var(--border-color); border-radius: 12px; padding: 14px 18px; font-size: 15px; color: var(--text-primary); outline: none; transition: all 0.3s; font-family: var(--font-body); } input:focus { border-color: var(--lime); background: var(--bg-elev); box-shadow: 0 0 0 3px var(--lime-glow); } .toggle-password { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); cursor: pointer; background: none; border: none; color: var(--text-muted); font-size: 13px; user-select: none; outline: none; font-weight: 600; } .toggle-password:hover { color: var(--text-primary); } .btn-submit { width: 100%; background: var(--lime); color: var(--bg-main); border: none; border-radius: 12px; padding: 14px; font-size: 15px; font-weight: 700; cursor: pointer; letter-spacing: 0.5px; transition: all 0.25s ease; box-shadow: 0 4px 14px rgba(212, 255, 61, 0.2); margin-top: 10px; font-family: inherit; } .btn-submit:hover { transform: translateY(-1.5px); background: var(--lime-deep); box-shadow: 0 6px 24px rgba(212, 255, 61, 0.25); } .btn-submit:active { transform: translateY(0); } .alert { background: rgba(248, 113, 113, 0.1); border: 1px solid rgba(248, 113, 113, 0.25); color: #f87171; border-radius: 8px; padding: 12px 16px; font-size: 13px; margin-bottom: 20px; text-align: left; line-height: 1.4; } .info-badge { background: var(--bg-card); border: 1px dashed var(--border-color); border-radius: 8px; padding: 10px 14px; font-size: 12px; color: var(--lime); margin-top: 24px; display: inline-block; line-height: 1.5; }
Sign in to manage and issue billing invoices securely.