/* Fond */
body {
  background: #e9e9e7;
}

/* Logo */
#login h1 a,
.login h1 a {
  background-image: url('https://tcn6363.live-website.com/wp-content/uploads/2024/01/TCN-ICONE.png');
  background-size: 120px 100px;
  width: 200px;
  height: 100px;
}

.login h1 a {
  background-position: center center;
  display: flex;
  align-content: center;
}

/* .login form { ... } supprimé car remplacé par le design premium */

/* Bouton */
.wp-core-ui .button-primary {
  background-color: #f05a2b !important;
  color: #ffffff !important;
  border-color: #f05a2b !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

/* Liens */
.login #backtoblog a,
.login #nav a,
.privacy-policy-page-link a {
  color: #5f6567;
}

/* Recaptcha */
.grecaptcha-badge {
  display: none !important;
}

/* Icône utilisateur stylée et message d'accueil */
.morphose-login__avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
}
.morphose-login__avatar i.fas.fa-user-circle {
  font-size: 54px;
  color: #2c3e50;
  margin-bottom: 6px;
}
.morphose-login__avatar .morphose-login__hello {
  font-size: 17px;
  color: #2c3e50;
  font-weight: 600;
  margin-top: 0;
}
