body {
  font-family: Arial, sans-serif;
  background-color: #f5f8ff;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
p.warning {
    color: red;
}
.page-wrapper {
  width: 100%;
  max-width: 480px;
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.top-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
   margin-bottom: 20px;
}

.right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
}

.logo-ministere {
  height: auto;
  margin-bottom: 40px;
  width: 150px;
}

.logo-hc {
  height: auto;
  margin-bottom: 80px;
  margin-top: -30px;
  width: 100px;
}

.brand-title {
  color: #1d2b6b;
  font-size: 25px;
  margin: 0;
}

.btn-about {
  background: linear-gradient(#f0f3f7, #c7cfdc);
  border-radius: 10px;
  padding: 6px 16px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  text-decoration: none;
  color: #1d2b6b;
  font-weight: bold;
}

.login-box h2 {
  color: #1d2b6b;
  margin-top: 15px;
  text-align: center;
}

.login-box form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 15px 0;
}

.login-box input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.login-box button {
  background-color: #2c63c8;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.link {
  color: #2c63c8;
  font-size: 0.9em;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.bottom-bar {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 0.8em;
}

.left-links a {
  background: linear-gradient(#f0f3f7, #c7cfdc);
  border-radius: 10px;
  padding: 5px 10px;
  color: #2c63c8;
  font-weight: bold;
  text-decoration: none;
  margin-right: 8px;
}

.green-badge {
  color: #00b050;
  font-weight: bold;
}
