Corporate_Banking_Login_Form
기업 금융 및 은행 애플리케이션에 적합한 미니멀하고 평평한 디자인의 로그인 양식으로, 전문적인 블루 톤, 완전한 응답성 및 다크 모드 지원을 특징으로 합니다.
HTML 코드
<div class="min-h-screen flex items-center justify-center bg-gradient-to-br from-blue-50 to-blue-100 dark:from-gray-900 dark:to-gray-800 p-4 sm:p-6 lg:p-8">
<div class="max-w-md w-full bg-white dark:bg-gray-800 rounded-lg shadow-xl overflow-hidden md:max-w-xl lg:max-w-md">
<div class="md:flex">
<div class="w-full p-8">
<div class="text-center mb-8">
<h2 class="text-3xl font-extrabold text-blue-800 dark:text-blue-400 mb-2">Welcome Back</h2>
<p class="text-gray-600 dark:text-gray-400">Sign in to your account</p>
</div>
<form class="space-y-6">
<div>
<label for="email" class="block text-sm font-medium text-gray-700 dark:text-gray-300 mb-1">Email Address</label>
<input type="email" id="email" name="email" autocomplete="email" required class="block w-full px-4 py-2 border border-blue-300 dark:border-blue-600 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-blue-500 focus:border-blue-500 bg-blue-50 dark:bg-gray-700 text-gray-900 dark:text-gray-100 sm:text-sm">
</div>
<div>
<label for="password" class="block text-sm font-medium text-gray-700 dark:text-gray-300 mb-1">Password</label>
<input type="password" id="password" name="password" autocomplete="current-password" required class="block w-full px-4 py-2 border border-blue-300 dark:border-blue-600 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-blue-500 focus:border-blue-500 bg-blue-50 dark:bg-gray-700 text-gray-900 dark:text-gray-100 sm:text-sm">
</div>
<div class="flex items-center justify-between">
<div class="flex items-center">
<input id="remember-me" name="remember-me" type="checkbox" class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded dark:border-gray-600 dark:bg-gray-700">
<label for="remember-me" class="ml-2 block text-sm text-gray-900 dark:text-gray-300">Remember me</label>
</div>
<div class="text-sm">
<a href="#" class="font-medium text-blue-600 hover:text-blue-500 dark:text-blue-400 dark:hover:text-blue-300">Forgot your password?</a>
</div>
</div>
<div>
<button type="submit" class="w-full flex justify-center py-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-700 hover:bg-blue-800 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 dark:bg-blue-600 dark:hover:bg-blue-700 transition duration-150 ease-in-out">
Sign in
</button>
</div>
</form>
<div class="mt-6 text-center">
<p class="text-sm text-gray-600 dark:text-gray-400">Don't have an account? <a href="#" class="font-medium text-blue-600 hover:text-blue-500 dark:text-blue-400 dark:hover:text-blue-300">Sign up</a></p>
</div>
</div>
</div>
</div>
</div>
관련 구성 요소
Glassmorphism Forms 구성 요소
Glassmorphism Forms 구성 요소는 어스 톤, 반응형 디자인 및 블로그/콘텐츠 웹 사이트에 대한 어두운 테마 지원을 제공합니다.
Forms 구성 요소
Tailwind CSS를 사용하여 머티리얼 디자인 스타일로 디자인된 반응형 양식 구성 요소로, 그리드 레이아웃, 그림자 및 다크 모드 지원을 제공합니다.
3D 디자인과 생생한 색상을 사용한 소셜 미디어 양식 구성 요소
복잡하고 반응이 빠르며 생생한 3D에서 영감을 받은 소셜 미디어 양식 구성 요소로, 어두운 테마를 지원합니다.