/*
Custom stylesheet for the login page.
*/
body.login{
	background-color:#222;
	color:#fff;
	background-image:url(http://reference-syndicale.fr/wp-content/uploads/2013/09/parole.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
  	background-size: cover;
  	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
	-webkit-box-shadow:inset 0 0 0 1000px rgba(0,0,0,.3);
	height:auto;
	min-height:100%;
}
.login h1 a{
	background-image:url(http://reference-syndicale.fr/pf-light.png);
	width:100%;
	height:160px;
	background-size:100% auto;
	margin:0 auto;
}
#login{
	padding:0 0 0;
	max-width:520px;
	width:80%;
}
.login .message{
	background:none;
	color:#111;
	box-shadow:none;
	-webkit-box-shadow:none;
	border-left:5px solid #a11;
}
.login form{
	background:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	padding:0 24px 16px;
}

.login label{
	color:#fff;
	font-size:20px;
	opacity:0.8;
	filter:alpha(opacity=80%);
}
.login form .input, .login form input[type=checkbox], .login input[type=text]{
	opacity:0.8;
	filter:alpha(opacity=80%);
	background:#222;
	color:#fff;
	padding:5px 10px;
	border-radius:3px;
	border:1px solid #222;
}
.login form .forgetmenot{
	float:none;
	text-align:right;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large{
	background:#000;
	color:#eee;
	box-shadow:none;
	-webkit-box-shadow:none;
	border:1px solid #fff;
	opacity:0.4;
	filter:alpha(opacity=40%);
	padding:0 16px 2px;
	height:40px;
	line-height:32px;
	font-size:22px;
	width:99%;
	margin:10px auto 0;
	display:block;
	float:none;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover{
	background:#111;
	color:#eee;
	opacity:0.7;
	filter:alpha(opacity=70%);
}
input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus{
	border:1px solid #fff;
	box-shadow:none;
}
p.loginfooter{
	color:#999;
	margin-top:0.8em;
	text-align:center;
}
p.loginfooter a{
	color:#999;
}
p.loginfooter a:hover,
.login #nav a:hover{
	color:#fff;
}
