.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
    text-align: center;
    /*background-color: #336699;
    background-image: url("/images/header-bg.png");
    background-repeat: repeat-x;
    color:#FFF;*/
}

.form-signin input {
    margin-bottom:5px;
}

.form-signin .logo {
	margin-bottom:18px;
}

/*.form-signin a {
	color:#35d6ff;
}*/

.spacer-2 {
	margin-top:18px;
	margin-bottom: 8px;
}

h1 {
    font-size:2em;
}

#footer {
    text-align: center;
    font-size:0.8em;
}

.buttons {
    margin-top:10px;
    text-align:center;
}

.block {
    border: solid 1px #666;
    text-align: center;
    margin-right:10px;
    margin-bottom:10px;
    min-width:200px;
    color:#369 !important;
}
.block:hover {
    color:#258 !important;
    background-color:#EEE;
}
.block > h2 {
    margin-top:0px;
}
.block > i {
    margin-top:10px;
}

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border:solid 1px #DDDDDD;
}

/* controle de la force du mot de passe */
#result {
  display:inline-block;
  text-align:center;
  margin-right:10px;
  margin-top:3px;
  border: solid 1px #DDD;
  width: 150px;
  font-size: 0.9em;
  position:relative;
}
.none {
  color:#CCC;
}
.short{
  font-weight:bold;
  color:#FF0000;
  font-size:larger;
}
.faible:before{
  position:absolute;
  width:25%;
  height:100%;
  background-color:#d1c719;
  z-index:-1;
  left:0;
  content:"";  
}
.moyen:before{
  position:absolute;
  width:50%;
  height:100%;
  background-color:#81d118;
  z-index:-1;
  left:0;
  content:"";  
}
.bon:before{
  position:absolute;
  width:75%;
  height:100%;
  background-color:#43d118;
  z-index:-1;
  left:0;
  content:"";  
}
.fort:before{
  position:absolute;
  width:100%;
  height:100%;
  background-color:#18d133;
  z-index:-1;
  left:0;
  content:"";  
}
.field-icon {
  float: right;
  margin-right:5px;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  cursor:pointer;
}

/* label sans le gras pour les formulaire */ 
.labelLight {
  font-weight:normal;
}

.bg-primary {
  background-color:#369 !important;
  color:#FFF !important;
}
.btn-primary {
  background-color:#369 !important;
  border:0px;
}
.btn-primary:hover {
  background-color:#47A !important;
}
.btn-default {
  border:solid 1px #CCC !important;
}
.btn-default:hover {
  background-color:#EEE !important;
}
#footer a {
  color:#369;
}