/*
*	Styles for the custom login
*/

/* Main Page */
body.login {
	color: #dddddd;
	background-color: #333333;
	background-image: url("login-bkgrd.svg");
}


/* Header Icon */
#login h1 a {
	background-image: url( "login-icon.svg" ) !important;
	width: 320px;
	height: 120px;
	background-size: 320px 120px;
	background-repeat: no-repeat;
    padding-bottom: 0px;
}


/* Header Text */
#login h2, h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
}

#login h3 {
	font-size: 14px;
	text-transform: none;
}


/* Login Box */
#loginform,
#lostpasswordform {
	padding: 50px 25px 50px 25px;
	background-color: #555555;
	border: 10px solid #666666;
	border-radius: 20px;
}

#loginform input#wp-submit,
#lostpasswordform input#wp-submit {
	padding: 5px 20px;
	background-color: #73A53C;
	border: 0;
}


/* Footer */
p#nav a:link,
p#nav a:visited,
p#backtoblog a:link,
p#backtoblog a:visited {
	color: rgb(255,255,255,0.80);
}

p#nav a:hover,
p#nav a:active,
p#backtoblog a:hover,
p#backtoblog a:active {
	color: rgb(255,255,255,0.25) !important;
}

p#nav,
p#backtoblog,
p.signature {
	text-align: center !important;
	margin-bottom: 10px;
}

p#backtoblog {
	margin: 10px 0 20px 0 !important;	
}

p.signature,
p.signature a {
	color: rgb(255,255,255,0.25) !important;
}


/* Messages & Errors */
#login_error,
#login_error a {
	color: #555555 !important;
	margin-top: 15px;
}

#login_error {
	border-left-color: #d43b3b !important;
	border-left-width: 20px !important;
}

#login-message {
	color: #555555 !important;
	border-left-color: #73A53C !important;
	border-left-width: 20px !important;
	margin-top: 10px;
}

.admin-email-confirm-form p,
.admin-email-confirm-form a {
	color: #555555 !important;
}

p.message {
	color: #777777;
	font-size: 14px;
	margin: 10px 0 20px 0;
}

.msg p,
.msg p a {
	color: rgb(255,255,255,0.35) !important;
	text-align: center;
}