.logo-team{
	width: 200px;
	text-align: center;
}
.logo-r6{
	width: 500px;
	text-align: center;
}

#login,
#password {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

#login,
#password,
#btn_valider{
    width: 250px;
    display: block;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
}

.form-control:focus {
    border-color: rgb(8, 112, 105);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(8, 112, 105);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(8, 112, 105);
}
.btn.btn-signin {
	width: 250px;
    padding: 0px;
    font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
	background-image: url(../img/black_ice.png);
    background-repeat: no-repeat;
}

#btn_valider{
	width: 250px;
	margin: 0 auto;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    opacity: 0.70;
}


.login-erreur{
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 5px;
}

