Simple Login Form Template

Developer
Size
3,571 Kb
Views
4,048

How do I make an simple login form template?

This is just a simple and easy to use form developed for any website that needs a useable login form. In the future, I would like to add form validation and tool tips. . What is a simple login form template? How do you make a simple login form template? This script and codes were developed by Brock Nunn on 06 January 2023, Friday.

Simple Login Form Template Previews

Simple Login Form Template - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple Login Form Template</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="log-form"> <h2>Login to your account</h2> <form> <input type="text" title="username" placeholder="username" /> <input type="password" title="username" placeholder="password" /> <button type="submit" class="btn">Login</button> <a class="forgot" href="#">Forgot Username?</a> </form>
</div><!--end log form --> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Simple Login Form Template - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,300,600);
* { box-sizing: border-box;
}
body { font-family: 'open sans', helvetica, arial, sans; background: url(http://farm8.staticflickr.com/7064/6858179818_5d652f531c_h.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.log-form { width: 40%; min-width: 320px; max-width: 475px; background: #fff; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 40em) { .log-form { width: 95%; position: relative; margin: 2.5% auto 0 auto; left: 0%; -webkit-transform: translate(0%, 0%); -moz-transform: translate(0%, 0%); -o-transform: translate(0%, 0%); -ms-transform: translate(0%, 0%); transform: translate(0%, 0%); }
}
.log-form form { display: block; width: 100%; padding: 2em;
}
.log-form h2 { color: #5d5d5d; font-family: 'open sans condensed'; font-size: 1.35em; display: block; background: #2a2a2a; width: 100%; text-transform: uppercase; padding: .75em 1em .75em 1.5em; box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.05); border: 1px solid #1d1d1d; margin: 0; font-weight: 200;
}
.log-form input { display: block; margin: auto auto; width: 100%; margin-bottom: 2em; padding: .5em 0; border: none; border-bottom: 1px solid #eaeaea; padding-bottom: 1.25em; color: #757575;
}
.log-form input:focus { outline: none;
}
.log-form .btn { display: inline-block; background: #1fb5bf; border: 1px solid #1ba0a9; padding: .5em 2em; color: white; margin-right: .5em; box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.log-form .btn:hover { background: #23cad5;
}
.log-form .btn:active { background: #1fb5bf; box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.log-form .btn:focus { outline: none;
}
.log-form .forgot { color: #33d3de; line-height: .5em; position: relative; top: 2.5em; text-decoration: none; font-size: .75em; margin: 0; padding: 0; float: right;
}
.log-form .forgot:hover { color: #1ba0a9;
}
Simple Login Form Template - Script Codes
Simple Login Form Template - Script Codes
Home Page Home
Developer Brock Nunn
Username banunn
Uploaded January 06, 2023
Rating 4.5
Size 3,571 Kb
Views 4,048
Do you need developer help for Simple Login Form Template?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Brock Nunn (banunn) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!