Image may be NSFW.
Clik here to view.
Clik here to view.

I tried to make a good looking Sign In form. Hope this helps you. Here we go:
New stylish sign in form using CSS3 and HTL5.
New sign in form
The html:
And the css:
body,div,h1,form,fieldset,input,textarea {
border: 0;
}
body {
background: #afafaf;
font-family: sans-serif;
}
label {
float: left;
margin: 11px 10px 0px 0px;
width: 95px;
text-align: right;
font-size: 16px;
color: #1f6474;
font-weight:bold;
font-family: 'Segoe UI Ligh...