/******************************************************************

Stylesheet: Login Stylesheet

This stylesheet is loaded is only on the login page. This way you can style
the login page. It won't affect any other page, admin or front-end.

Make sure functions/login.php is activated in your functions.php file.

This stylesheet is turned off by default.

For more info, check out the codex:
http://codex.wordpress.org/Creating_Admin_Themes

******************************************************************/

body.login {
	
	background-color: #333; 

}

.login #nav a, .login #backtoblog a { 
	
	color: white; 
}

#loginform { 
	background-color: white; 
}

.wp-core-ui .button-primary { 
	background-color: #174e7e; 
}

#login {

}

/* Change the login logo */
.login h1 a {
	background: url(/wp-content/themes/ferg-framework/assets/images/strickvantage_logo.png) no-repeat center center;
	width: 326px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
	background-size: contain;
}

form {

}

body form .input {

}

/* Login Button Style */
#wp-submit {

}
