Authentication

This component groups a few very authentication-focused elements. Since it's a vital part of the experience, it deserves its own custom component

Default

Opnieuw verzenden

    
      

  
  <div class="m-authentication ">
    <label for="sg-authentication">
      <h3 class="m-authentication__title">Uw activatie code</h3>
      <div class="m-authentication__code icon-lock">
        <input type="text"  class="m-authentication__input" id="sg-authentication" placeholder="_ _ _ _ _ _" value="FHJ3K"/>
      </div>
    </label>
    <a href="#" class="a-input__link">Opnieuw verzenden</a>
  </div>