/* Custom Wordpress Login Page Style */
/* By WPCookies.com */

/* Page Background */
html {
	background-color:#FFFFFF; 
	margin: auto;
	font-weight:bold;
}
/* Wordpress Logo Replacement (Don't forget to change width and height */
.login h1 a {
	background:url('images/botb-logo.png') center center no-repeat !important; 
	background-size: contain !important;
	width:278px;
	height:145px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 25px;
}
/* Top Bar Background Color */
body.login {
	border-top-color:#94b02c;
}
.message {
	margin-bottom: 0px;
}
/* Login Button */
#wp-submit {
	background: #625f51;
	border: #625f51;
}
/* Lost Password Link */
.login #nav a {
	color:  #6db8bd !important;;
}
/* Top Bar Link */
.login p#backtoblog a:link, .login p#backtoblog a:visited {
	color:  #6db8bd;
	font-weight: bold;
}
.login #nav a:hover, .login p#backtoblog a:hover, .login p#backtoblog a:active {
	color:#999 !important;
	text-decoration:underline;
}