Files
stellaamor.com/rss/php/templates/login.php
2025-08-02 23:39:14 +02:00

37 lines
2.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="bg-light full-height d-flex align-center">
<div class="container">
<div class="row py-4 no-wrap">
<div class="col-12 col-md-6 rel neg-col d-flex align-center">
<div class="card shadow-3">
<h2>Login</h2>
<form method="POST" action="#" id="loginForm">
<div class="form-group">
<label for="email">Email</label>
<input type="email" class="form-input" id="email" name="email">
</div>
<div class="form-group">
<label for="password">Passowrd</label>
<input type="password" class="form-input" id="password" name="password">
</div>
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<button class="btn secondary">Login</button>
</div>
</div>
</div>
</form>
</div>
</div>
<div class="col-12 col-md-8">
<div class="card bg-alt rel has-neg-col shadow-4 py-5">
<h2 class="text-white">Log In to Your Real Estate Account</h2>
<p class="text-white">Ready to manage your properties? Log in to Globalestatenet and get started in seconds. From your dashboard, you can update your global property listings, respond to inquiries, and connect with buyers and renters across the world—all from one easy-to-use platform.</p>
<p class="text-white">For broker agency members, this platform is built to help you grow. After logging in, add your team members to your account, so each employee can create and manage listings that reach international clients. Its a simple way to expand your agencys presence in the global real estate market.</p>
<p class="text-white">Listing with us is budget-friendly: every property listing costs the same price, whether its a small apartment or a luxury estate. You can add up to 100 photos to each listing for free, with no hidden fees. Want more visibility? The only extra cost is for featured listings to help your properties stand out. Dont have an account yet?<br><a href="/create-account.php" class="btn secondary">Create account</a></p>
</div>
</div>
</div>
</div>
</div>