Forms 04
Forms 04
          
            =
          
        
      
            
<div class="bg-gray-50 text-gray-600">
  <div class="mx-auto grid grid-cols-2">
    <div class="col-span-2 md:col-span-1 py-6 lg:py-12 xl:py-32 p-8 flex items-center justify-center bg-gray-200 text-center">
      <div>
        <span class="block uppercase font-semibold mb-2">Not yet a customer?</span>
        <h2 class="text-2xl sm:text-3xl md:text-4xl text-gray-700 font-medium">Try for Boxify for free</h2>
        <p class="text-xl text-gray-600 mt-4 max-w-3xl">When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my </p>
        <a href="#" class="inline-block bg-gray-600 font-semibold rounded-lg py-4 px-5 lg:px-8 text-white mt-6">Start 21-day free trial</a>
      </div>
    </div>
    <div class="col-span-2 md:col-span-1 py-6 lg:py-12 xl:py-32 p-8 flex items-center justify-center text-center">
      <div>
        <img class="h-12 p-1 self-end justify-self-center mx-auto mb-5" src="http://demo-assets.uibak.com/themesdev/boxify-logo.svg"alt="logo placeholder">
        <form action="post" class="max-w-md pt-4 lg:pt-6 space-y-4">
          <input type="email" class="bg-white w-full border border-gray-300 rounded-md py-2 px-3" placeholder="Email">
          <input type="password" class="bg-white w-full border border-gray-300 rounded-md py-2 px-3" placeholder="Password">
          <button class="block w-full bg-gray-600 font-semibold rounded-lg py-4 px-5 lg:px-8 text-white mt-4">Login</button>
        </form>
      </div>
    </div>
  </div>
</div>