body {
  background: #eceeea;
  font-family: Arial, sans-serif;
}

.container {
  width: 300px;
  margin: 80px auto;
  padding: 30px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h2 {
  text-align: center;
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

button {
  width: 100%;
  padding: 10px;
  background-color: #6ec4e6;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: bold;
}

a {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #6ec4e6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
