Forgot Password | Surveyjunkie.com
<div class="sj-card" id="app"> <div class="brand-header"> <div class="logo"> <span>Survey</span> <span>Junkie</span> </div> <div class="tagline">Earn rewards • Share your opinion</div> </div>
.logo span:last-child background: transparent; font-weight: 600;
<!-- email input form --> <div class="input-group"> <label for="email">Email address</label> <div class="input-icon"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.8"> <path stroke-linecap="round" stroke-linejoin="round" d="M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75" /> </svg> <input type="email" id="email" placeholder="you@example.com" autocomplete="email" value=""> </div> </div> surveyjunkie.com forgot password
label display: block; font-weight: 600; font-size: 0.85rem; color: #1f2f40; margin-bottom: 0.5rem;
.back-link a:hover color: #FFB800; text-decoration: underline; div class="sj-card" id="app">
.back-link a color: #2c3e66; text-decoration: none; font-weight: 600; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 6px; transition: 0.2s;
// Helper to show messages (success / error / info) function showMessage(type, text, autoClear = true) messageContainer.innerHTML = ''; // clear previous const msgDiv = document.createElement('div'); msgDiv.className = `message-box $type`; Earn rewards • Share your opinion<
.message-box.info background-color: #eef2ff; border-left-color: #3b82f6; color: #1e40af;
/* header with brand */ .brand-header padding: 2rem 2rem 0.75rem 2rem; text-align: center; border-bottom: 1px solid #f0f2f5;
