/************************************************
WP-LOGIN FRANCECOM
*************************************************/

.login {
	background-size: cover;
	background-color: #222222;
}


#login {
	padding-top: 0;
	position: relative;
	text-align: center;
	width: auto;
	z-index: 100;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.login form .input {
	border-radius: 0;
}

.login form .input:focus {
	border-color: #ff5c00;
}

.login #login h1 a {
	background: transparent url('../img/logo-francecom.png') no-repeat center;
	display: inline-block;
	height: 119px;
	margin: 2em 0 1em;
	position: relative;
	width: 246px;
	z-index: 2;
}


.login .message, .login label {
	margin: 1em auto;
	max-width: 520px;
}

.login label {
	color: white;
}

.login .message {
	background-color: #ededed;
}

.login form {
	background: none;
	border: none;
}

#loginform {
	margin: 0 auto;
	max-width: 500px;
	text-align: left;
}

.login #backtoblog a, .login #nav a, .login h1 a {
	color: white;
}

#login form #wp-submit {
	background: #ff5c00;
	border: none;
	box-shadow: none;
	color: #FFF;
	text-shadow: 0 0;
}

#login form #wp-submit:hover {
	background: #ff9e66;
}

.login #backtoblog a:hover, .login #nav a:hover {
	color: #ff9e66;
}
