The look is so important for a form. Unfortunately almost all forms look so boring and standard. Luckily it is pretty easy to style a login form with css.
Image in Input fields for form CSS / Forms
You can spice up a login form with images inside the input fields. Include icons inside the login form and show what is supposed to be inside the fields.
Styling Form Elements CSS / Forms
How to style form elements in the way that you want them. Adding classes to each input field gives your contact form a new look with CSS.
CSS Tableless Form CSS / Forms
Knowing CSS, you are able to create a form without using tables. A form that does not use tables for its layout is much more lightweight and easily.
Style Sheet's Basics CSS / Getting Started
This is a general overview of Style Sheets. Wouldn't it be great if you could set all the font size and face commands at once? This is how you do it. All your pages read off of one template. That's the style sheet.
Cascading Style Sheets (CSS); Learning More CSS / Getting Started
In the "Cascading Style Sheets (CSS) -- Getting Started" article, the first in this series, you learned how to use an external style sheet. You simply include one line of code on your pages to affect the entire page with the style specified in that external style sheet. This article will show you how to embed a style sheet directly into your web page. It will also show you how to define custom styles, styles not associated with any particular HTML tags.
Style Sheet Switcher CSS / Advanced Techniques
This is a "plug & play" style sheet switcher that lets your visitors switch between a list of alternative style sheets to apply to your site. With a change of style sheet the entire look of your site can be transformed.
Style Sheet Defined within External/Linked Document CSS / Links Formatting
Style sheets can be imported, linked, be in-line, or be defined in the document header. Many sites will only use one style sheet and link it to all of their documents, thus facilitating easy changes across many pages.
CSS Background Rollover CSS / Background
Looking to add a little style to your image links? Let's use CSS to add a background color that appears when the mouse hovers over the image. This style can be used on a variety of images but we'll be looking at adding this style to affiliate buttons.
Style Sheet Defined within Document Header CSS / Getting Started
Style sheets can be imported, linked, be in-line, or be defined in the document header. While most sites will only use one style sheet and link it to all of their documents, thus facilitating easy changes across many pages. There will be instances where you may want a page to stand out or try something different and not want multiple documents dictating the how one page is going to look.
Style Sheet CSS / Getting Started
This is the basic tutorial. Start here. Wouldn't it be great if you could set all the font size and face commands at once? This is how you do it. All your pages read off of one template. That's the style sheet.
CSS Tutorial For Newbies and Everybody Else CSS / Getting Started
If you're familiar with HTML, know how to use a text editor and want to add some style to your pages, this tutorial will get you up to speed with CSS (Cascading Style Sheets) in no time!
Style Sheets Shorthand CSS / Advanced Techniques
How to reduce the amount of code you need to write the achieve the same results from you cascading style sheet. The less code you have on your page, the quicker the page will load.