2025-08-06 05:09:22 +02:00
|
|
|
<div class="user-container">
|
2025-08-02 23:39:14 +02:00
|
|
|
<div class="container">
|
2025-08-06 05:09:22 +02:00
|
|
|
<div class="user-card">
|
|
|
|
|
<div class="form">
|
|
|
|
|
<form id="loginForm" class="user-form">
|
2025-08-02 23:39:14 +02:00
|
|
|
<h2>Login</h2>
|
2025-08-06 05:09:22 +02:00
|
|
|
<div class="form-control mb-3">
|
2025-08-06 05:11:24 +02:00
|
|
|
<label for="username">Username</label>
|
|
|
|
|
<input type="text" class="form-input" name="username" id="username" required placeholder="Username">
|
2025-08-06 05:09:22 +02:00
|
|
|
</div>
|
|
|
|
|
<div class="form-control mb-3">
|
|
|
|
|
<label>Password</label>
|
|
|
|
|
<input type="password" class="form-input" name="password" id="password" required placeholder="Password">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-control d-flex justify-center mb-3">
|
|
|
|
|
<button type="submit" class="btn btn-dark px-4 py-2">Login</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-control mb-3">
|
|
|
|
|
<p class="d-inline">Don't have an account? <a href="/register/"><u>signup</u></a></p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="alert danger d-none" id="loginError"></div>
|
|
|
|
|
</form>
|
2025-08-02 23:39:14 +02:00
|
|
|
</div>
|
2025-08-06 05:09:22 +02:00
|
|
|
<div class="text-col">
|
|
|
|
|
<div class="logo">
|
|
|
|
|
<img src="/rss/img/logo.png" alt="Stella Amor Logo" loading="lazy">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="text">
|
|
|
|
|
<h2>Log In to Find Your Perfect Match</h2>
|
|
|
|
|
<p>Welcome back to Stella Amor! Log in to reconnect with singles who share your financial goals, kinks, or family-oriented dreams. Our free dating platform offers powerful filters for money management, lifestyle passions, and unique desires, making it easy to find personalized matches. Dive into our vibrant community and continue your journey to meaningful connections with someone who truly fits your values. Sign in now to pick up where you left off!</p>
|
|
|
|
|
<p class="mt-2 d-inline">New to Stella Amor? <a href="/register/" class="signup-link"><u>Sign up free</u></a></p>
|
2025-08-02 23:39:14 +02:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|