http://puu.sh/nYmiM/84017278ba.png
body {
padding: 1em;
}
footer {
margin: 1em -1em 0em;
}
form p {
padding: 0.5em;
border-radius: 0.5em;
}
form input[type=checkbox] {
vertical-align: middle;
display: inline-block;
margin-right: 0.5em;
}
form input[type=number] {
border: 1px solid #ccc;
padding: 0.4em;
border-radius: 0.5em;
}
form input[type=submit] {
border: 1px solid #ccc;
padding: 0.4em;
border-radius: 0.5em;
background: #fcfcfc;
}
div.password {
margin-top: 0.5em;
line-height: 3.5em;
}
div.password code{
height: 3em;
padding: 0.5em;
line-height: 2em;
display: inline-block;
}