
/*
Personnalisation de la page de connexion Wordpress
*/

#login h1 a {
	background-image:url("/wp-content/themes/frsh/assets/images/vivalto-sante.png") !important;
    background-size: 300px;
    background-position: center;
    width: 100%;
}

.login {
	background:url('/wp-content/themes/frsh/assets/images/fond-page-connexion.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	overflow: hidden;
	width: 100%;
	height:100%;
}

#login{ z-index:9999; position:relative; }
.login form { box-shadow: 0px 0px 0px 0px !important; }

.login #nav a, .login #backtoblog a { color:#003b79 !important; text-shadow: none !important; }
.login #nav, .login #backtoblog { text-shadow: none !important; }