/* 
    Document   : custom-login
    Created on : Oct 15, 2012, 10:10:52 AM
    Author     : Debbie
    Description:
        Purpose of the stylesheet follows.
*/

/* Custom Login Styles */
 
html {background-color:#fff}	/* Page background. Can't use the body tag for this! */
body.login h1 a {	/* Title image (The "WordPress Logo"). Remember to update the height and width your image's dimensions */
background:url('../images/logo-login.png') 0 0 no-repeat;
width:320px;
height:99px;

} 
 
body.login {background-color:#fff;}	/* Top bar background color */

div.updated, .login .message, .press-this #message {
background-color: #fff;
border-left: 4px solid #0024c4;

}

