Generate Login form for the code <!-- // v0 by Vercel. // https://v0.dev/t/mWfsBKb9zJw --> <div class="min-h-screen flex flex-col items-center justify-center bg-gray-900"> <div class="w-full max-w-md p-8 space-y-8 bg-gray-800 rounded-xl shadow-lg"> <div class="flex flex-col items-center"> <span class="relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full mb-4"> <img class="aspect-square h-full w-full" alt="Connect Docs Logo" src="/placeholder.svg?height=100&width=100" /> </span> <h2 class="text-2xl font-bold text-gray-50">CONNECT DOCS</h2> </div> <div class="space-y-6"> <div class="space-y-2"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-6 w- | A shadcn/ui and v0 generation - v0