🌐
CodePen
codepen.io › kevinnadar22 › pen › eYyyLOB
Responsive Login Page
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap'); .container { display: flex; justify-content: center; font-family: Arial, Helvetica, sans-serif; align-items: center; } html { background-color: #FD5D5D; } .container-wrapper { padding: 3em; margin: 2em; width: max-content; height: max-content; background-color: #FF8080; border-radius: 30px; } .login-text { text-align: center; font-size: 2em; margin-top: -2%; } .item { padding: 0.2em; } .container-wrapper label, button { padding: 0.2em; } .submit { text-align: center; margin-top: 20px; } .submit button { padding:
🌐
CodePen
codepen.io › nadianeyl › pen › jOEdmqR
Responsive Login Form
<h1>Login</h1> <form> <div class="row"> <label for="email">Email</label> <input type="email" name="email" autocomplete="off" placeholder="email@example.com"> </div> <div class="row"> <label for="password">Password</label> <input type="password" name="password"> </div> <button type="submit">Login</button> </form>
🌐
CodePen
codepen.io › Mhmdhasan › pen › JbJzZv
Responsive Signup/Login form
You are one of our members now</p> <a href="#" class="profile">Your Profile</a> </div> </div> <!-- Form Box --> <div class="col-sm-6 form"> <!-- Login Form --> <div class="login form-peice switched"> <form class="login-form" action="#" method="post"> <div class="form-group"> <label for="loginemail">Email Adderss</label> <input type="email" name="loginemail" id="loginemail" required> </div> <div class="form-group"> <label for="loginPassword">Password</label> <input type="password" name="loginPassword" id="loginPassword" required> </div> <div class="CTA"> <input type="submit" value="Login"> <a h
🌐
CodePen
codepen.io › SH20RAJ › pen › wvJzGxg
Responsive Animated Login Form Using HTML & CSS & JavaScript
<!DOCTYPE html> <html> <head> <title>Animated Login Form</title> <link href="https://fonts.googleapis.com/css?family=Poppins:600&display=swap" rel="stylesheet"> <script src="https://kit.fontawesome.com/a81368914c.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <img class="wave" src="https://raw.githubusercontent.com/sefyudem/Responsive-Login-Form/master/img/wave.png"> <div class="container"> <div class="img"> <img src="https://raw.githubusercontent.com/sefyudem/Responsive-Login-Form/master/img/bg.svg"> </div> <div class="login-content"> <form>
🌐
CodePen
codepen.io › DeadPool121 › pen › dyewJPQ
Responsive Login page html, css
<body> <div class="wrapper login"> <div class="container"> <div class="col-left"> <div class="login-text"> <h2>welcome!</h2> <p>create your account.<br>for free!</p> <a href="" class="btn">sign up</a> </div> </div> <div class="col-right"> <div class="login-form"> <h2>Login</h2> <form action=""> <p> <label>username/email address<span>*</span> </label> <input type="text" placeholder="username or email" required> </p> <p> <label>Password<span>*</span></label> <input type="password" placeholder="password" required> </p> <p> <input type="submit" value="sign in" id="btn1"> </p> <p> <a href="">forget password?
🌐
CodePen
codepen.io › mfg888 › pen › gOevEoL
Responsive Login Page - Tailwind CSS
<section class="bg-gray-50 min-h-screen flex items-center justify-center"> <!-- login container --> <div class="bg-gray-100 flex rounded-2xl shadow-lg max-w-3xl p-5 items-center"> <!-- form --> <div class="md:w-1/2 px-8 md:px-16"> <h2 class="font-bold text-2xl text-[#002D74]">Login</h2> <p class="text-xs mt-4 text-[#002D74]">If you are already a member, easily log in</p> <form action="" class="flex flex-col gap-4"> <input class="p-2 mt-8 rounded-xl border" type="email" name="email" placeholder="Email"> <div class="relative"> <input class="p-2 rounded-xl border w-full" type="password" name="pas
🌐
CodePen
codepen.io › ismailvtl › pen › bGRpoNN
Responsive Login Form - Onboarding Slider
<!-- https://dribbble.com/shots/15392711-Dashboard-Login-Sign-Up/--> <div class="login-container"> <div class="login-form"> <div class="login-form-inner"> <div class="logo"><svg height="512" viewBox="0 0 192 192" width="512" xmlns="http://www.w3.org/2000/svg"> <path d="m155.109 74.028a4 4 0 0 0 -3.48-2.028h-52.4l8.785-67.123a4.023 4.023 0 0 0 -7.373-2.614l-63.724 111.642a4 4 0 0 0 3.407 6.095h51.617l-6.962 67.224a4.024 4.024 0 0 0 7.411 2.461l62.671-111.63a4 4 0 0 0 .048-4.027z" /> </svg></div> <h1>Login</h1> <p class="body-text">See your growth and get consulting support!</p> <a href="#" clas
🌐
CodePen
codepen.io › h26k2 › pen › GyBevz
Responsive Login + Signup form
<div class="form-modal"> <div class="form-toggle"> <button id="login-toggle" onclick="toggleLogin()">log in</button> <button id="signup-toggle" onclick="toggleSignup()">sign up</button> </div> <div id="login-form"> <form> <input type="text" placeholder="Enter email or username"/> <input type="password" placeholder="Enter password"/> <button type="button" class="btn login">login</button> <p><a href="javascript:void(0)">Forgotten account</a></p> <hr/> <button type="button" class="btn -box-sd-effect"> <i class="fa fa-google fa-lg" aria-hidden="true"></i> sign in with google</button> <button type=
🌐
CodePen
codepen.io › kh3996 › pen › pojXrBj
Responsive Login and Registration Form
<body> <section> <div class="container"> <div class="user signinBx"> <div class="imgBx"><img src="https://raw.githubusercontent.com/WoojinFive/CSS_Playground/master/Responsive Login and Registration Form/img1.jpg" alt="" /></div> <div class="formBx"> <form action="" onsubmit="return false;"> <h2>Sign In</h2> <input type="text" name="" placeholder="Username" /> <input type="password" name="" placeholder="Password" /> <input type="submit" name="" value="Login" /> <p class="signup"> Don't have an account ?
🌐
CodePen
codepen.io › ColemanCollins › pen › ONqKxz
Simple responsive login
#log-in { $standard-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); font-family: helvetica; color: #333; padding: 0 15px; // this is to give some edge padding on responsive * { box-sizing: border-box; } .login-heading { font-size: 36px; line-height: 1.5; font-weight: bold; margin: 10px 0; text-align: center; } .login-copy { text-align: center; margin-bottom: 30px; } .login-form { margin: 60px auto; display: block; padding: 20px 30px 30px 30px; max-width: 480px; background: #ededed; border-radius: 8px; box-shadow: 0 2px 0 1px rgba(0,0,0,0.1); .field-container { position: relative; displa
Find elsewhere
🌐
CodePen
codepen.io › andrewrock › pen › VEyeNb
responsive login page css
... <div class="container"> <div class="login-area"> <div class="login-header"> <figure> <svg width="240" height="60" xmlns="http://www.w3.org/2000/svg"> <g fill-rule="nonzero" fill="none"> <g fill="#4B3A30"> <path d="M8.62260472 47.2189819v-6.8672851L.64014649 33.2761086C.23584344 32.91773756 0 32.4399095 0 31.93221719c0-1.014638 1.01075761-1.91131221 2.1562829-1.91131221.57360495 0 1.11183337.20904977 1.51697872.56742081l7.10646828 6.29986426 7.1073106-6.29986426c.4043031-.35762443.9433738-.56742081 1.5161364-.56742081 1.1455253 0 2.1562829.8959276 2.1562829 1.91131221 0 .50769231-.2358434.9
🌐
CodePen
codepen.io › JBarros › pen › gQwKmY
Simple Responsive Login Form
* { list-style: none; text-decoration: none; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif } body{ background: rgb(159, 200, 255); } .login { width: 25%; height: auto; margin: 15vh auto; text-align:center; border-radius: 4px; background: rgb(231, 230, 230); box-shadow: 0px 2px 25px 3px rgb(128, 128, 128); } .title { width: 100%; padding: 8px; color: white; font-size: 20px; border-radius: 4px 4px 0 0; background: rgb(47, 137, 255); } .body { width: 100%; height: 90%; padding: 5px; margin: 0 auto; } .logo { width: 95%; height: 35%; margin: 5px auto; /* back
🌐
CodePen
codepen.io › vahidhasanpour › pen › wmKqXK
css responsive login form
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <link rel="stylesheet" href="style.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <div class="background-image"></div> <div class="holder"> <p class="magnify">SIMPLE LOGIN FORM</p> <p class="html">WITH HTML & CSS</p> </div> <div class="container"> <img class="cup" src="http://i68.tinypic.com/fvjvau.jpg" alt="rainbow cup"> <div class="table"> <label class="username" for="#">Username</label> <input class="username1" type="text" placeholder="Online"> <label class="password" for="#">Password</label> <input class="password1" type="password" placeholder="******"> <button class="sign">Sign in</button> <a class="link" href="/forget password">Forget Password</a> </div> <div class="badboy"></div> </div> </body> </html>
🌐
CodePen
codepen.io › tag › login-form
Pens tagged 'login-form' on CodePen
CodePen doesn't work very well without JavaScript · We're all for progressive enhancement, but CodePen is a bit unique in that it's all about writing and showing front end code, including JavaScript. It's required to use most of the features of CodePen · Need to know how to enable it?
🌐
CodePen
codepen.io › chrisspb › pen › QWYLbaN
Sliding Login & Registration page with fully responsive
Nostrum laboriosam ad deleniti. </p> <button class="btn transparent" id="sign-in-btn"> Sign in </button> </div> <img src="https://i.ibb.co/nP8H853/Mobile-login-rafiki.png" class="image" alt="" /> </div> </div> </div> <script src="app.js"></script> </body> </html>
🌐
CodePen
codepen.io › ModernProject › pen › MMJPBr
Responsive modern login template
<div class="parent clearfix"> <div class="bg-illustration"> <img src="https://i.ibb.co/Pcg0Pk1/logo.png" alt="logo"> <div class="burger-btn"> <span></span> <span></span> <span></span> </div> </div> <div class="login"> <div class="container"> <h1>Login to access to<br />your account</h1> <div class="login-form"> <form action=""> <input type="email" placeholder="E-mail Address"> <input type="password" placeholder="Password"> <div class="remember-form"> <input type="checkbox"> <span>Remember me</span> </div> <div class="forget-pass"> <a href="#">Forgot Password ?</a> </div> <button type="submit">LOG-IN</button> </form> </div> </div> </div> </div>
🌐
CodePen
codepen.io › codewithfaraz › pen › jOvZyNo
Tailwind Responsive Login Page
<body class="max-h-screen"> <a href="https://www.codewithfaraz.com/" class="logo" target="_blank"> <img src="https://www.codewithfaraz.com/InstaPic.png" alt=""> </a> <section class="border-red-500 bg-gray-200 min-h-screen flex items-center justify-center"> <div class="bg-gray-100 p-5 flex rounded-2xl shadow-lg max-w-3xl"> <div class="md:w-1/2 px-5"> <h2 class="text-2xl font-bold text-[#002D74]">Login</h2> <p class="text-sm mt-4 text-[#002D74]">If you have an account, please login</p> <form class="mt-6" action="#" method="POST"> <div> <label class="block text-gray-700">Email Address</label> <in
🌐
CodePen
codepen.io › codersikarwar › pen › jOzOjLm
Responsive Clean Login Page Using Html Css and Javascript
Beautiful, simple and clean login page designed using Html, Css And JavaScript...
🌐
CodePen
codepen.io › adrespi-dev › pen › JjXYdjR
Responsive Login with HTML/CSS
.app .bg-img .bg-overlay .login-container .login-inner .panel.left-panel .left-panel__bg-img.full-absolute .bg-overlay h2.left-panel__heading Register#[br] To get the best expierence .panel.right-panel .app-logo SAMPLE APP .login-switcher .login-switcher__option.active Sign In .login-switcher__option Sign Up .form-control.fc-user.fc-error i.left-icon(data-feather="shield") input.form-control-input(placeholder="Enter your username...") i.success-icon(data-feather="check-circle") .form-control.fc-pass.fc-error i.left-icon(data-feather="lock") input.form-control-input(placeholder="Enter your pass
🌐
CodePen
codepen.io › owaiswiz › pen › YzXNKpR
Responsive Login Form Page built with tailwind css
A responsive login form page that can be used for generic authentication pages built with tailwind utility first css...