body {
  margin: 0;
  padding: 0;
  background: url('../img/portal_bg.jpeg') no-repeat center center fixed;
  background-size: cover;
  font-family: 'Press Start 2P', monospace;
  color: #00f0ff;
}

.form-container {
  background-color: rgba(0, 0, 0, 0.85);
  max-width: 420px;
  margin: 120px auto;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 0 20px #00f0ff;
  text-align: center;
}

h1 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  width: 90%;
  padding: 0.8rem;
  margin: 0.5rem 0;
  border: none;
  border-radius: 6px;
  font-size: 0.9rem;
  font-family: 'Press Start 2P', monospace;
}

button {
  width: 90%;
  padding: 0.8rem;
  background-color: #00f0ff;
  color: black;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  font-family: 'Press Start 2P', monospace;
  cursor: pointer;
  margin-top: 1rem;
}

a {
  color: #00f0ff;
  text-decoration: none;
  display: block;
  margin-top: 1rem;
  font-size: 0.7rem;
}
