/*
    LOGIN
    Styles spécifiques à l'écran de connexion
*/
body.login h1 a {
	width: 200px;
	height: 80px;
	margin: 0 auto 25px;
	padding: 0;
	background-image: url('../img/logo.svg');
	background-size: 200px 80px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #999;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.3em;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	display: block;
}
body.login p.submit .button-primary {
	background: #000;
	border-color: #000;
}
body.login .wp-pwd .button-secondary {
	color: #000;
}
body.login input[type=email]:focus, body.login input[type=text]:focus, body.login input[type=password]:focus, body.login input#rememberme:focus {
	border-color: #000;
	box-shadow: 0 0 0 1px #000;
}
body.login #backtoblog a:hover, body.login #nav a:hover, body.login h1 a:hover {
	color: #000;
}