body {
  font-family: "Montserrat", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #3f3e3c; }

h1 {
  font-size: 29px;
  font-weight: 600;
  /*line-height:1.1; */
  color: #3f3e3c;
  margin: 0; }

h3 {
  font-size: 13px;
  font-weight: bold;
  /*line-height:1.1;*/
  color: #3f3e3c;
  margin: 0;
  text-transform: uppercase; }

h4 {
  font-size: 20px;
  font-weight: 600;
  /*line-height:1.1;*/
  color: #3f3e3c;
  margin: 0;
  text-transform: uppercase; }

h5 {
  font-size: 13px;
  font-weight: 600;
  /*line-height:1.1;*/
  color: #3f3e3c;
  margin: 0;
  text-transform: uppercase; }

button[type=submit] {
  background-color: #e35e25;
  color: #ffffff;
  margin: 10px 0 20px;
  border-width: 2px; }
  button[type=submit]:hover {
    color: #e35e25;
    border-color: #e35e25;
    border-width: 2px;
    background-color: #ffffff; }

.btn-default {
  color: #ffffff;
  background-color: #e35e25;
  border-color: #e35e25; }
  .btn-default:hover {
    color: #e35e25;
    border-color: #e35e25;
    border-width: 2px;
    background-color: #ffffff; }

body {
  padding-top: 40px;
  padding-bottom: 45px;
  /*background: $pc-login-background-color url(/images/fond_ecran_connexion.jpg) no-repeat top center;
  background-size: 100% auto;*/
  background-image: url(/images/fond_ecran_connexion.jpg);
  background-repeat: no-repeat;
  background-color: #cf7655; }

.loginBox {
  background-color: #f7dcd0;
  border-top: solid 10px #e35e25; }

.top-buffer {
  top: 30%;
  position: relative; }
  @media screen and (max-width: 48em) {
    .top-buffer {
      position: initial; } }

.header-content {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0; }

.body-content {
  left: calc(50% - 160px);
  width: 320px;
  position: absolute;
  padding-right: 15px;
  padding-left: 15px; }

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px; }
.form-signin:focus {
  z-index: 2; }
.form-signin input[type="text"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.form-signin .lost {
  text-align: right;
  margin: 10px 0 20px 0; }
  .form-signin .lost a {
    font-size: calc(16px - 2px);
    color: #e35e25; }
    .form-signin .lost a:hover {
      color: #e35e25;
      text-decoration: none; }
.form-signin input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 10px;
  margin-bottom: 20px; }
.form-signin label {
  font-weight: normal; }
.form-signin .messageAlert {
  text-shadow: 2px 2px 8px #BD6F1D;
  color: #fff;
  text-align: center; }

.form-signin-heading {
  margin: 20px 0 10px 0;
  text-transform: uppercase; }

/*# sourceMappingURL=signin.css.map */
