/* Custom Wordpress Login Page Style */

/* Page Background */
html {
	background: #eee url(bgi-mage-path);
	margin: auto;
}
/* Wordpress Logo Replacement (Don't forget to change width and height */
.login h1 a {
	background: url(images/sswebs-login.png) no-repeat 0 0;
	width:224px;
	height:60px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/* Top Bar Background Color */
body.login {
	border-top-color:#e53227;
}
.message {
	margin-bottom: 0px;
}
/* Login Button */
#wp-submit {
	background: #dcdcdc;
	border: #e53227;
	color: #D5322C;
}
.wp-core-ui .button-primary {text-shadow: 0 -1px 1px #dcdcdc, 1px 0 1px #dcdcdc, 0 1px 1px #dcdcdc, -1px 0 1px #dcdcdc !important;}

/* Lost Password Link */
.login #nav a, .login #nav a:hover {
	color: #443030!important;;
}
/* Top Bar Link */
.login p#backtoblog a:link, .login p#backtoblog a:visited {
	color:#443030;
}
.login #backtoblog a {
    color: #443030 !important;
}
.login p#backtoblog a:hover, .login p#backtoblog a:active {
	color:#D5322C !important;
	text-decoration:underline;
}
.login #nav a:hover, .login #backtoblog a:active {
    color: #D5322C !important;
}