

.login-panel input[type="submit"]:active:hover.btn-valider{background-color: #22527d;}
.login-panel input[type="submit"]:hover.btn-valider{background-color: #22527d;}

.login-panel a:hover.btn{color:#0082e7}
.login-panel a.logout{float:right;width:24px;height:24px;background:url(../../../img/accueil/top-nav-logout.png) no-repeat top center;text-indent: -99999px;overflow: hidden;padding:0;margin:21px 20px 0 0;display:none;}
.login-panel a:hover.logout{background:url(../../../img/accueil/top-nav-logout.png) no-repeat bottom center;}

body {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #777;
}

.login-panel h2{
	font-size:20px;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:25px;
}

.login-panel a.btn{
	display:block;
	margin:0px 0 0 0px;
	float:left;
	font-size:12px;
	cursor:pointer;
	color:#777;
}

.login-panel input[type="text"],.login-panel input[type="password"],.login-panel input[type="email"]{
	background:#fff;
	width:100%;
	font-size: 18px;
	line-height:auto;
	color:#666;
	padding: 12px 8px 12px;
	margin: 2px 6px 16px 0;
	border: 1px solid #ddd;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
	background: #fbfbfb none repeat scroll 0 0;
}

.login-panel input[type="submit"],
.login-panel a.submit {
	float:right;
	margin-left:10px;
	width:120px;
	height:30px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
    background-color: #00305b;
    border-color: #00305b;
    color: #ffffff;
    border-radius: 3px;
    line-height:30px;
}

.login-panel{
	background:#fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
	overflow: hidden;
    padding: 26px 24px 36px;
    border-radius: 3px;
}

#login{
	margin: auto;
    padding: 8% 0 0;
    width: 340px;
}

#login #logo a {
    background: rgba(0, 0, 0, 0) url("/img/whitelabel/leclerc/lal.png") no-repeat scroll center center;
    background-size: 160px auto;
    display: block;
    height: 65px;
    overflow: hidden;
    padding: 0;
    text-indent: -99999px;
    width: 196px;
    margin:0 auto;
}

#adminpanel{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	margin:20px 0 0 0;
	padding:1px 0 3px 0;
	border-radius:3px;
	background-color:#00305b;
	color:#ffffff;
}

