body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(to right, #7e0a08, #ff0303);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: white;
}

.login-container {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 300px;
}

.login-container h1 {
  margin-bottom: 20px;
  font-size: 2rem;
}

form input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: none;
  border-radius: 5px;
}

form button {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}

form button:hover {
  background-color: #7e0a08;
}

.error {
  color: #ff5252;
  margin-top: 10px;
}







#header {
  font-size: 16px;
  color: #555;
  list-style: none;
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  paint-order: center;
}

.h2 {
  text-align: center;
  color: #555;
  display: flex;
  justify-content: space-between;
  align-items: center;
}












































