#new-chat-button {
  display: none;
}

/* StatsEye branding styles */
.statsEye-branding {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

.statsEye-branding img {
  max-height: 80px;
  display: block;
  margin: 0 auto 10px;
}

.statsEye-branding h1 {
  font-size: 24px;
  margin: 10px 0;
  color: #1a3d66;
}

.statsEye-branding p {
  font-size: 16px;
  margin: 0 0 20px 0;
  color: #555;
}

/* Login page styling */
.login-page {
  max-width: 450px;
  margin: 0 auto;
  padding: 20px;
}

.login-page form,
.login-page .MuiPaper-root {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Add a notice at the bottom of the login form */
.login-page form::after {
  content: "StatsEye - A Data Research Assistant for CSO Statistics";
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  color: #777;
}