/*

STYLING FOR LOGIN PAGE 
USING THEME-MY-LOGIN PLUGIN 

*/

/* container for the login */ 
#login { margin-bottom:125px; display:block; }

/* adds a headline to the page. Flush left */
#login:before { content:"Site Login"; display:block; color:#ddb600; font:bold 1em verdana; letter-spacing:.1em; text-transform:uppercase; padding:0; }  

/*centers the form on the page*/
#login form { margin:25px auto 0 auto; display:block; width:220px; }

/* messages to user that appear above login boxes */
#login p.message { width:200px; padding:10px; background:#FFFFCC; margin:0 auto; font-size:12px; text-align:center; }

/* password and username text on the input boxes*/
#login label { text-transform:uppercase; display:block; margin-bottom:4px; font-size:11px; color:#666666; }

/* style the input boxes */
#login .input { border:none; background:#ededed; font:normal 18px 'trebuchet ms'; color:#001a3d; padding:10px; width:200px; } 

/* remember me checkbox */
#login p.forgetmenot { font-size:12px; }

/* forgot password link*/
#login .nav { list-style:none; padding:0; font-size:11px; margin:0 auto; display:block; width:220px;}

/* placement of submit button*/
#login p.submit { text-align:right; width:220px; }

/* style the submit button */
#login p.submit input { }