/*

STYLING FOR LOGIN PAGE 
USING THEME-MY-LOGIN PLUGIN 

*/

/* container for the login */ 
#login { display:block; margin:0 auto; width:230px; }

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

/*position login form on the page */
#login form { display:block; width:230px; }

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

/* password and username text on the input boxes*/
#login label { text-transform:uppercase; display:block; margin:10px 0 5px 0; font:normal 11px verdana; color:#333; }

/* style the input boxes */
#login .input { border:solid 1px #ccc; background:#fff; font:normal 15px 'trebuchet ms'; color:#5A0C19; padding:5px; width:220px; margin:4px 0 15px 0; } 

/* remember me checkbox */
#login p.forgetmenot label { font:normal 10px verdana!important; color:#000!important; text-transform:capitalize!important; }

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

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

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