/* CSS for skin REF-Lex */

html, body {
  background: #fff;
  font-family: 'Work Sans';
  font-size: 14px;
  color: #404040;
  font-style: normal;
}

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

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

#footer {
  background: #404040;
  color: #fff;
  height: 100px;
}

#footer .fer-text {
  background: #404040;
  color: white;
  text-align: center;
  margin: auto;
  font-size: 16px;
  font-family: 'Work Sans';
}

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

div.login-card {
  width: 280px;
  height: 325px;
  border-radius: 20px;
  background: url("../images/REFlex-Lemon.png");
}

a {
  color: #FF6600;
}

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

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

.btn {
  border-radius: 0;
  background-color: #FF6600;
  border: 1px solid transparent;
  font-family: 'Work Sans';
  font-size: 16px;
}

.btn:hover {
  background-color: #FFF;
  border: 1px solid #FF6600;
  color: #FF6600;
  font-family: 'Work Sans';
  font-size: 16px;
}

.btn-login {
  background-color: #FF6600;
  color: #FFF;
  font-family: 'Work Sans';
  font-size: 16px;
  padding: 10px 30px 10px 30px;
}

input[type=text], input[type=password] {
  border-radius: 0;
  background-color: #fff;
  border: 1;
  color: #CED4DA;
  font-size: 14px;
}

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

.bg-info, .alert-warning, .alert-success, .alert-danger, .alert-info {
  background-color: #FF6600 !important;
  color: #fff;
  font-family: 'Playfair Display';
  font-size: 16px;
  display: none;
}

p.title {
  font-family: 'Playfair Display';
  font-style: normal;
  font-size: 58px;
  color: #404040 !important;
}

/* Responsive styles */
@media (min-width: 768px) {
  #wrap {
    margin: 0 auto -100px;
  }
  #footer {
    height: 100px;
  }
  div.message {
    text-align: inherit;
  }
  div.fer-login {
    text-align: left;
  }
  input[type=text], input[type=password] {
  width: 200px;
  height: 40px;
  }
}

.ferge-annonce {
  text-align: left;
  color: #587B8E;
}

.ferge-highlight {
  color: red;
  font-weight: bold;
  text-align: left;
}
