Skip to content

Instantly share code, notes, and snippets.

@mayfer
Created April 23, 2015 18:41
Show Gist options
  • Save mayfer/c44e27f9ad094bfed45c to your computer and use it in GitHub Desktop.
Save mayfer/c44e27f9ad094bfed45c to your computer and use it in GitHub Desktop.
html, body {
}
.error {
background: #faa;
color: #a00;
}
.container {
position: relative;
padding: 20px;
width: 600px;
margin: 200px auto 100px auto;
background: #eee;
}
.container form {
width: 200px;
margin: 0 auto;
}
input {
display: block;
margin: 2px 0;
}
.login {
position: absolute;
top: 20px;
left: 20px;
}
.forgot {
position: absolute;
top: 20px;
right: 20px;
}
.home {
text-align: center;
width: 300px;
display: block;
margin: 0 auto;
}
input[type="text"], input[type="password"] {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment