/* Custom Login Styles */

/* Page background. Can't use the body tag for this! */ 
body.login {background:#fff}

/* Title image (The "WordPress Logo"). Remember to update the height and width your image's dimensions */
.login h1 a {	 
background:url(../images/innvire-logo.jpg) 0 0 no-repeat;
width:272px; height:66px;
margin-left: 22px;
}

h1 { padding-left: 21px; }

/* Top bar background color */
body.login {border-top-color:#dff4fc;}

/* Link effects in top bar */
.login p#backtoblog a:link, .login p#backtoblog a:visited {color:#17272d;}

/* Rollover link effects in top bar */
.login p#backtoblog a:hover, .login p#backtoblog a:active {color:#17272d;text-decoration:underline;}	


