/* Styles spécifiques à la page d'accueil / connexion */

#page-content {
  display: block; /* Annule le flex par défaut pour la mise en page du login */
}

.login-dark {
  padding: 40px 0 20px 0;
  height: 100%;
}

.login-dark .form {
  max-width: 400px;
  background-color: rgb(55,67,60);
  width: 90%;
  padding: 40px;
  margin: 0 auto;
  border-radius: 4px;
  color: #fff;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}

.login-dark .illustration {
  text-align: center;
  padding-top: 10px;
  font-size: 60px;
  color: #2980ef;
}

/* Inputs */
.login-dark .form .form-control {
  background: #e9e9e9;
  border: none;
  box-shadow: none;
  outline: none;
  color: black;
}

/* Oubli de mot de passe */
.login-dark .form .forgot {
  display: block;
  text-align: center;
  padding-top: 2px;
  font-size: 12px;
  color: #f3f3f3;
  opacity: 0.9;
  text-decoration: none;
}

.login-dark .form .forgot:hover, .login-dark .form .forgot:active {
  opacity: 1;
  text-decoration: none;
  color: #dddddd;
}

#tab-2 {
  padding-top: 20px;
}

.nav-tabs .nav-item .nav-link {
  color: #FFF;
  font-weight: 400;
  border: 1px solid #FFF;
}

.nav-tabs .nav-item .nav-link.active {
  color: rgb(55, 67, 60);
  background-color: #FFF;
  font-weight: 500;
}

.nav-tabs .nav-item .nav-link:not(.active):hover {
  color: rgb(55, 67, 60);
  font-weight: 400;
  background-color: #FFF;
}
