/*   
Theme Name: Urban Collage Theme
Theme URI: http://www.urbancollage.com/
Description: Custom Login Styles
Author: Jason Butler
Author URI: http://www.biscuitstudios.com/
Thanks to: Pro Blog Designs http://www.problogdesign.com/
*/

/*-------------------------------------------------------------------------*/

/* CUSTOM LOGIN STYLES */

/*-------------------------------------------------------------------------*/
 
html { 
	/* Page background. Can't use the body tag for this! */
	/* background: #F6F6F6 !important; */
}
body, body form .input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
#login {
	margin: 0 auto 10px auto !important;
	padding: 40px 0 0 0 !important;
}
.login #nav a, .login #backtoblog a {
	color: #4582AD !important;
	font-size: 11px !important;
	text-decoration: none !important;
}
.login #nav a:hover , .login #backtoblog a:hover  {
	color: #000 !important;
}
.login h1 a {
	/* Title image (The "WordPress Logo"). Remember to update the height and width your image's dimensions */
	background: transparent url(images/logo_login.png) 50% 0 no-repeat;
	background-size: 320px 98px;
	width: 320px;
	height: 98px;
	margin: 0;
	padding: 0;
	display: block;
}