<form action="#" method="post" class="webmail-signup">
  <h3>Create Your Email Account</h3>

  <label>Full Name</label>
  <input type="text" name="name" required>

  <label>Email Username</label>
  <input type="text" name="username" placeholder="yourname" required>
  <span>@yriktigtbilligsresor.se</span>

  <label>Password</label>
  <input type="password" name="password" required>

  <label>Confirm Password</label>
  <input type="password" name="confirm_password" required>

  <button type="submit">Create Account</button>
</form>