<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="csrf-token" content="Quxkwr2PklJeiZBZdzvZgKBYl82oMg5tsYjvmx74">
    <title>Tripcart</title>
    <link rel="preload" as="style" href="https://phukettravelstore.com/build/assets/app-726fb721-1775726822027.css" /><link rel="stylesheet" href="https://phukettravelstore.com/build/assets/app-726fb721-1775726822027.css" />    <link rel="preload" as="style" href="https://phukettravelstore.com/build/assets/backend-be4ff553-1775726822027.css" /><link rel="stylesheet" href="https://phukettravelstore.com/build/assets/backend-be4ff553-1775726822027.css" /></head>

<body class="antialiased">
    <div class="[background:linear-gradient(0deg,rgba(10,180,81,0.50)0%,_rgba(10,180,81,0.50)100%),#000]">
        <div class="flex justify-center items-center  h-screen overflow-auto">
            <div class=" max-w-[610px] w-full bg-white py-10 px-6  md:px-10 rounded-lg my-10 mx-4">
                <div class="mb-4 ">
                    <h1 class="inline-flex text-tc_4xl">
                        <a href="props.location" class="inline-block" aria-label="link">
                            <img  class="max-w-[112px] mx-auto w-full" width="112px" height="35px" src="/images/tripCartLogoMain.svg"
                                alt="Logo" />
                        </a>
                    </h1>
                </div>

                <h2 class="text-5xl font-semibold">
                    Enter site password
                </h2>
               

                <form action="https://phukettravelstore.com/guest-password" method="post" x-data="password">
                    <div class="space-y-6 mt-4">
                        <input type="hidden" name="_token" value="Quxkwr2PklJeiZBZdzvZgKBYl82oMg5tsYjvmx74" autocomplete="off">                        <input type="hidden" name="token" value="">
                        <div class="mb-4 pw-hide relative">
                            <input
                                class="py-2.5 px-4 rounded-lg  shadow-1 h-11 font-medium openInput focus:border-secondary-100 border border-base-30 w-full text-sm text-base-100 placeholder-base-50"
                                name="password" placeholder="Enter site password" type="password" />
                                                    </div>

                        <Button
                            class="py-[11px] text-white text-sm rounded border inline-flex items-center gap-2.5 justify-center  w-full px-4   border-secondary-100 bg-secondary-100 hover:border-secondary-100 hover:bg-white hover:text-secondary-100">
                            Continue
                        </Button>
                        <p v-if="props.is_register" 
                            class="text-[rgba(var(--base-color-60),1)] text-center text-sm max-w-[360px] mx-auto font-medium "
                                    >
                                    Are you the site owner?
                                
                                    <a class="text-secondary-100"
                                    aria-label="link"
                                    href="https://app.tripcart.com/login/"
                                            class=""
                                        > Log in here! </a>
                                    
                        </p>
                    </div>
            </div>
         
        </div>
    </div>
</body>

</html>
