WEBLEB
Inicio
Editora de código
Iniciar sesión
Pro
Español
English
Français
Español
Formulario de inicio de sesión simple
8,007
Landing-page
Abrir en el editor
Publica tu código
1
Recomendado
31 July 2025
Ejemplo de botón de neón HTML
30 April 2026
robo de banco
19 March 2025
Animación de sombra de texto
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