<div class="card">
<h2>Create your account</h2>
<p class="sub">Start your journey in seconds</p>
<form>
<label>Email
<input type="email" placeholder="you@rloop.dev" required/>
</label>
<label>Password
<input type="password" placeholder="--------" required/>
</label>
<button type="submit">Create account -></button>
<p class="tos">By signing up you agree to our Terms.</p>
</form>
</div>