WEBLEB
Home
AI Editor
Login
Pro
English
English
Français
Español
Simple Login Form
7,624
Landing-page
Open In Editor
Publish Your Code
1
Recommended
4 May 2025
Fake Tiktok Coin Send Form
16 March 2024
Login V1
20 May 2025
Modern Glassmorphism Login Form in html, css
HTML
Copy
Webleb
Login
Sign in to your account.
Forget Password?
CSS
Copy
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400"); body, html { font-family: "Source Sans Pro", sans-serif; background: #2ebf91; padding: 0; margin: 0; } .container { text-align: center; background: #2c3338; border-radius: 9px; border-top: 10px solid #0c787d; border-bottom: 10px solid #0c787d; width: 400px; height: 500px; } .box h4 { font-family: "Source Sans Pro", sans-serif; color:#129aa1; font-size: 20px; margin-top: 94px; } .box h4 span { color: #dfdeee; font-weight: lighter; } .box h5 { font-family: "Source Sans Pro", sans-serif; font-size: 13px; color: #a1a4ad; letter-spacing: 1.5px; margin-top: -15px; margin-bottom: 70px; } .box input[type="text"], .box input[type="password"] { display: block; margin: 20px auto; background-color: #3b4148; border: 0; border-radius: 5px; padding: 14px 10px; width: 320px; outline: 0; color: #a9a9a9; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } ::-webkit-input-placeholder { color: #565f79; } .box input[type="text"]:focus, .box input[type="password"]:focus { border: 1px solid #79a6fe; } a { color:#129aa1; text-decoration: none; } .btn1 { border: 0; background: #0c787d; color: #dfdeee; border-radius: 7px; width: 340px; height: 49px; font-size: 16px; transition: 0.3s; cursor: pointer; margin-top: 20px; } .btn1:hover { background: #129aa1; } .forgetpass { position: relative; float: right; right: 28px; }
JS
Copy