Toggle navigation
Sign Up
Log In
Explore
Works
Folders
Tools
Collections
Artists
Groups
Groups
Topics
Tasks
Tasks
Jobs
Teams
Jobs
Recommendation
More Effects...
JS
document.querySelector('.login-form').addEventListener('submit', function(e) { e.preventDefault(); alert('Login successful!'); });
CSS
body { margin: 0; padding: 0; font-family: 'Arial', sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; background: linear-gradient(45deg, #6a11cb, #2575fc); animation: gradient-animation 8s ease infinite; } @keyframes gradient-animation { 0%, 100% { background: linear-gradient(45deg, #6a11cb, #2575fc); } 50% { background: linear-gradient(45deg, #ff7e5f, #feb47b); } } .login-container { background: rgba(255, 255, 255, 0.1); border-radius: 10px; padding: 30px; box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); backdrop-filter: blur(10px); text-align: center; } .login-form h1 { color: #fff; margin-bottom: 20px; } .input-group { position: relative; margin-bottom: 20px; } .input-group input { width: 100%; padding: 10px; background: transparent; border: none; border-bottom: 2px solid #fff; color: #fff; outline: none; font-size: 16px; } .input-group label { position: absolute; top: 10px; left: 0; color: #fff; font-size: 16px; pointer-events: none; transition: 0.3s; } .input-group input:focus + label, .input-group input:not(:placeholder-shown) + label { top: -20px; font-size: 12px; colo
HTML
Beautiful Login Page
Login
Username
Password
Login
Join Effecthub.com
Working with Global Gaming Artists and Developers!
Login
Sign Up
Or Login with Your Email Address:
Email
Password
Remember
Or Sign Up with Your Email Address:
Your Email
This field must contain a valid email
Set Password
Password should be at least 1 character
Stay informed via email