// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`loginForm.vue > renders 1`] = `
<div data-v-0b0f87ea="" class="flex items-center justify-center min-h-screen my-0 mx-auto flex-col gap-5">
  <form data-v-0b0f87ea="" class="w-full sm:w-[288px] sm:border duration-500 p-7 rounded-xl border-transparent sm:bg-k-fg-10 space-y-3" data-testid="login-form">
    <div data-v-0b0f87ea="" class="text-center mb-8"><img data-v-0b0f87ea="" alt="Logo" class="inline-block" src="undefined/resources/assets/img/logo.svg" width="156"></div>
    <div data-v-0b0f87ea="" class="flex flex-col gap-2"><label class="text-k-fg">
        <!--v-if--><input data-v-0b0f87ea="" aria-label="undefined" class="block text-base w-full px-3.5 py-2 rounded bg-k-bg-input text-k-fg-input border border-k-fg-10 read-only:bg-gray-400 read-only:text-gray-900 disabled:bg-gray-400 disabled:text-gray-900 disabled:cursor-not-allowed" type="email" autofocus="" placeholder="Your email address" required="">
      </label>
      <!--v-if-->
    </div>
    <div data-v-0b0f87ea="" class="flex flex-col gap-2"><label class="text-k-fg">
        <!--v-if-->
        <div data-v-0b0f87ea="" class="relative"><input aria-label="undefined" class="block text-base w-full px-3.5 py-2 rounded bg-k-bg-input text-k-fg-input border border-k-fg-10 read-only:bg-gray-400 read-only:text-gray-900 disabled:bg-gray-400 disabled:text-gray-900 disabled:cursor-not-allowed w-full" type="password" data-testid="input" placeholder="Your password" required=""><button class="absolute p-2.5 right-0 top-0 text-k-bg" data-testid="toggle" type="button"><br data-testid="Icon" icon="[object Object]" class="text-k-fg" fixed-width=""></button></div>
      </label>
      <!--v-if-->
    </div>
    <div data-v-0b0f87ea="" class="flex flex-col gap-2"><label class="text-k-fg">
        <!--v-if--><button data-v-8943c846="" data-v-0b0f87ea="" class="text-base text-white border border-transparent bg-k-primary px-3.5 py-2 rounded cursor-pointer w-full" type="submit" data-testid="submit">Log In</button>
      </label>
      <!--v-if-->
    </div>
    <div data-v-0b0f87ea="" class="flex flex-col gap-2"><label class="text-k-fg">
        <!--v-if--><a data-v-0b0f87ea="" class="text-right text-[.95rem] text-k-fg-70" role="button"> Forgot password? </a>
      </label>
      <!--v-if-->
    </div>
  </form>
  <!--v-if-->
  <!--v-if-->
</div>
`;
