/*	Author: Charles Lutterloh
 *	Author Website: groundedtortoise.com
 *	Date Created: 6/22/2018
 *	Purpose: Style the login page for the springfield polo club website
 */

/* change background code */
Body.login
{
background-image:url("../assets/images/hillhousesquare.jpg");
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}

/* add custom logo */
.login h1 a {
background-image:url("../assets/images/logo-1.png");
background-size: 200px;
height: 150px;
width: 200px;
}

/* login styling from site https://blog.templatetoaster.com/wordpress-custom-login-page/ */
.login form{
box-shadow:none;
padding:20px;
}
#login {
background:
#FFF;
margin: 50px auto;
padding: 40px 20px;
width: 400px;
}
.login label {
color:
#555;
font-size: 14px;
}
.login form .forgetmenot{
float:none;
}

/* Style the submit button */
#login form p.submit{
margin-top:15px;
}
.login.wp-core-ui .button-primary {
background:
#223f5c;
border-color:
#223f5c;
box-shadow: 0 1px 0
#223f5c;
color:
#FFF;
text-shadow: none;
float: none;
clear: both;
display: block;
width: 100%;
padding: 7px;
height: auto;
font-size: 15px;
}

/* Personal Styling */
#login {
	background-color: #1e0d00;
}
#login #backtoblog a {
	color: #fff;
}
#login #nav a {
	color: #fff;
}
#login h1 a {
	margin-bottom: 0;
}