/* Logo */
body.login div#login h1 a {
    background-image: url("state_logo_custom_WHITE.png");
	height:auto;
}

/* Background */
body {
	background-image:url("eagle_background_gray.png");
	background-repeat: no-repeat;
	background-size:cover;
}

/* Links */
.lp-login-link, custom-footer-link a, .login #nav a, .login #backtoblog a {
	color:white;
}

/* align links */
#backtoblog, #nav {
    text-align: center;
	color:white;
}


.custom-footer-link {
    text-align: center;
    padding-top: 20px;
	padding-bottom:10px;
}

/* login box */
body.login div#login form#loginform {
	border-radius:3px;
	box-shadow: 0 0 50px 5px rgba(255,255,255,0.2), 0 0 5px -1px white;
	background: rgba(255,255,255,0.8);
}

#login {
	padding: 3% 0 0;
}

.wp-core-ui .button-primary {
	width: 100%;
	padding:5px;
}

.wp-core-ui .button-primary:hover {
	background: #4664eb;
}

.wp-core-ui .button, .wp-core-ui .button.button-large {font-size:17px;}

#wp-submit {
	margin-top: 10px;
}

/* lp login footer */
.lp-login-footer {
	color: white;
	border: 1px solid white;
	width: 320px;
	padding: 5px;
	text-align: center;
}
