/* Custom Login Styles */
 
html {
	background: #ffffff;
}	/* Page background. Can't use the body tag for this! */
#login h1 a {	/* Title image (The "WordPress Logo"). Remember to update the height and width your image's dimensions */
	background:url(logo_fgjtam.png) center no-repeat;
	width:300px;
	height:150px;
    background-size: contain;
}
body.login {
	background: #f9f9f9;
}	/* Top bar background color */
.login p#backtoblog {
	display: none;
	height: 28px;
}
.login p#backtoblog a:link, .login p#backtoblog a:visited {
	color:#fff;
}	/* Link effects in top bar */
.login p#backtoblog a:hover, .login p#backtoblog a:active {
	color:#fff;
	text-decoration:underline;
}	/* Rollover link effects in top bar */
