Pages
Use these awesome forms to login or create new account in your project for free.
<div class="w-full"> <section class="flex relative items-center p-0 min-h-screen-60 max-h-440-px"> <div class="absolute w-full h-full block bg-blueGray-900 opacity-75 z-1 left-0 top-0"></div> <div class="bg-blueGray-800 w-full h-full absolute bg-cover bg-50 z-0" style="background-image: url("../../assets/img/night-sky.jpg");"></div> <div class="relative h-full text-center text-white container mx-auto px-4 z-3 mb-16"> <div class="justify-center flex flex-wrap -mx-4"> <div class="px-12 px-4 relative w-full lg:w-6/12 w-full md:w-8/12"> <h1 class="text-4xl font-bold leading-tight">Welcome Back!</h1> <p class="text-lg opacity-75 pt-2">Use these awesome forms to login or create new account in your project for free.</p> </div> </div> </div> <div class="w-full bottom-0 absolute z-2"> <div class="w-full pointer-events-none overflow-hidden h-70-px" style="transform: translateZ(0px);"> <svg class="absolute bottom-0 overflow-hidden" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" version="1.1" viewBox="0 0 2560 100" x="0" y="0"> <polygon class="text-blueGray-100 fill-current" points="2560 0 2560 100 0 100"></polygon> </svg> </div> </div> </section> </div>