<turbo-stream action="update" target="checkout_form"><template>
<div class="hidden
            sm:block sm:relative sm:bg-gray-200 sm:dark:sm:bg-gray-800 sm:py-3.5 sm:px-4 sm:rounded-t-lg">
  <div class="relative z-50 flex items-center justify-between space-x-2">
    
<div class="bg-gray-200 dark:bg-gray-800 py-2 px-4 inline-flex items-center space-x-2.5 justify-start">
  <div class="size-6 text-xs font-semibold rounded-full flex items-center justify-center
              bg-black dark:bg-white text-white dark:text-black">
    1
  </div>
  <div class="inline-block font-medium
              text-black dark:text-white">
    Login
  </div>
</div>

    
<div class="bg-gray-200 dark:bg-gray-800 py-2 px-4 inline-flex items-center space-x-2.5 justify-center">
  <div class="size-6 text-xs font-semibold rounded-full flex items-center justify-center
              bg-gray-400 dark:bg-gray-600 text-gray-200 dark:text-gray-200">
    2
  </div>
  <div class="inline-block font-medium
              text-gray-500 dark:text-gray-500">
    Payment details
  </div>
</div>

    
<div class="bg-gray-200 dark:bg-gray-800 py-2 px-4 inline-flex items-center space-x-2.5 justify-end">
  <div class="size-6 text-xs font-semibold rounded-full flex items-center justify-center
              bg-gray-400 dark:bg-gray-600 text-gray-200 dark:text-gray-200">
    3
  </div>
  <div class="inline-block font-medium
              text-gray-500 dark:text-gray-500">
    Dive in...
  </div>
</div>

  </div>
  <div class="hidden
              sm:block sm:absolute sm:z-10 sm:top-[calc(50%-1px)] sm:left-6 sm:w-[90%] sm:border-b-2 sm:border-dashed sm:border-gray-500 dark:sm:border-gray-600"></div>
</div>


<div class="pt-10 pb-8 px-8">

    
<form action="/checkout/login" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="bY7nieixz_YbLSKz-lKxL3wlFbA1J4Mvs7pFPnyPe7IrhJB0eefnSkp51r-ytB095uJ2eXmNgFTMIJZJPMFK2g" autocomplete="off" />
  


  <div class="space-y-6">
    <input value="trckly" autocomplete="off" type="hidden" name="product" id="product" />
    <input value="jisy8ta4" autocomplete="off" type="hidden" name="price" id="price" />
    <input autocomplete="off" type="hidden" name="coupon" id="coupon" />

    





<div class="space-y-2 w-full "
     >



        <label class="inline-flex  font-medium nk-text-gray-700 text-gray-700 dark:text-gray-600" for="user[email_address]">
          Email address
          
</label>

        <div class="">
      
      <input placeholder="name@domain.com" class="form-control  " autofocus="autofocus" type="email" name="user[email_address]" id="user[email_address]" />

    </div>



</div>

    





<div class="space-y-2 w-full "
     >



        <label class="inline-flex  font-medium nk-text-gray-700 text-gray-700 dark:text-gray-600" for="user[password]">
          Enter your password
          
</label>

        <div class="">
      
      <input placeholder="Enter your password" class="form-control  " type="password" name="user[password]" id="user[password]" />

    </div>



</div>

    <div class="space-y-6 pt-2
                sm:flex sm:items-center sm:justify-between sm:space-x-6 sm:space-y-0">
      <button name="button" type="submit" class="text-center btn btn-primary btn-large shadow-sm">
        <span>
          Login <span class="hidden xs:inline-block">&amp; continue</span>
        </span>
        <svg aria-hidden="true" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" absoluteStrokeWidth="false" class=" "><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg>
</button>
      <a class="flex items-center space-x-2 font-medium
                          sm:pr-4" data-turbo-frame="checkout_form" href="/checkout/register?product=trckly">
        <span>
          New user? Register
        </span>
</a>    </div>
  </div>
</form>

</div>
</template></turbo-stream>