/* CSS for skin FER GE */
@font-face {
  font-family: "merri-weather-regular";
  font-weight: 400;
  src: url("../fonts/merri-weather-regular/merri-weather-regular.eot?iefix") format("embedded-opentype"), url("../fonts/merri-weather-regular/merri-weather-regular.woff") format("woff"), url("../fonts/merri-weather-regular/merri-weather-regular.ttf") format("truetype"), url("../fonts/merri-weather-regular/merri-weather-regular.svg") format("svg");
}

@font-face {
  font-family: "open-sans";
  font-weight: 400;
  src: url("../fonts/open-sans-regular/open-sans-regular.eot?iefix") format("embedded-opentype"), url("../fonts/open-sans-regular/open-sans-regular.woff") format("woff"), url("../fonts/open-sans-regular/open-sans-regular.ttf") format("truetype"), url("../fonts/open-sans-regular/open-sans-regular.svg") format("svg");
}

html, body {
  background: rgb(235,239,242);
  font-family: "open-sans",Arial,sans-serif;
}

#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -100px;
  padding: 0 0 100px;
}

#header {
  margin-bottom: 20px;
  padding: 50px;
}

#footer {
  background: rgb(23,39,41);
  color: rgb(164, 164, 164);
  height: 100px;
}

#footer .fer-text {
  color: white;
  font-family: "merri-weather-regular",Arial,sans-serif;
  text-align: center;
  font-size: 14px;
}

form.notif div.form {
  max-width: inherit;
}

div.login-card {
  width: 280px;
  height: 325px;
  background: url("../images/fond1.png");
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  font-family:"open-sans",Arial,sans-serif;
  font-weight: bold;
  font-size: 27px;
  text-align: left;
}

p.login-item {
  max-width: 200px;
  text-indent: -13px;
  margin-left: 13px;
}

a {
  color: #587B8E;
}

a:hover {
  color: #0c3b4f;
  text-decoration: none;
}

.fa, .input-group-prepend {
  display: none;
}

.fa-li {
  display: inline;
}

.input-group-prepend input[type=checkbox] {
  display: initial;
}
.btn {
  border-radius: 0;
  background-color: #587B8E;
  border: 0;
  font-weight: bold;
  font-size: 16px;
}

.btn:hover {
  background-color: #0c3b4f;
}

.btn-login {
  width: 200px;
  height: 40px;
}

input[type=text], input[type=password] {
  border-radius: 0;
  background-color: #fff;
  border: 0;
  font-family:"open-sans",Arial,sans-serif;
  color: #333;
  font-size: 13px;
  width: 200px;
  height: 40px;
}

div.message, div.card, div.card-header:first-child, div.card-footer:last-child {
  border-radius: 0;
  background: inherit;
  border: 0;
}

.bg-info, .alert-warning, .alert-success, .alert-danger {
  background-color: rgb(92, 122, 141) !important;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

/* Responsive styles */
@media (min-width: 768px) {
  #wrap {
    margin: 0 auto -100px;
  }
  #footer {
    height: 100px;
  }
}


.progress-bar-animated {
  width: 100%;
}

div.fer-message-warning, div.fer-message-positive {
  display: none;
}

div.fer-message-negative {
  text-align: inherit;
  color: red;
}

/*
.alert-danger {
  background-color: rgb(92, 122, 141) !important;
  color: rgb(92, 122, 141);
  font-weight: bold;
  font-size: 16px;
}
*/
.ferge-annonce {
  text-align: left;
  color: #587B8E;
}
.ferge-highlight {
  color: red;
  font-weight: bold;
  text-align: left;
}