
BODY {
background-color: #333333;
margin:0;
}

#tout
{
text-align: center; /* pour corriger le bug de centrage IE */
width: 960px;
height: 656px;
margin: 10px auto 0px;
background: #333333;
background-image: url("../images/photos/fond7.DED983.345071.A4D8EE..DED983.345071.jpg");
}



.form-signin {
  max-width: 280px;
  margin: 50px 10px 10px;

  .form-signin-heading {
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 1px 2px #111;
    color: #fff;
    margin-bottom: 20px;
  }

  .checkbox {
    font-weight: normal;
  }

  .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    @include box-sizing(border-box);
  }

  input[type="text"] {
    margin-bottom: -1px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-radius: 6px 6px 0px 0px;

    &:focus {
      box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    }
  }

  input[type="password"] {
    z-index: 2;
    margin-bottom: 20px;
    border-top: none;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-radius: 0px 0px 6px 6px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0px 1px 0px 0px rgba(255,255,255,0.5);

    &:focus {
      box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0px 1px 0px 0px rgba(255,255,255,0.5);
    }
  }

  .btn {
    font-weight: bold;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
  }
}

a.recover {
  text-shadow: 0px 1px 2px #222;
  color: #fff;
  font-size: 12px;
}
