
body {
  background-color: #0f0f1a;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
}

.register-card {
  background-color: #151522;
  padding: 2.5rem;
  border-radius: 12px;
  width: 100%;
  max-width: 460px;
  box-shadow: 0 0 25px rgba(0,0,0,0.25);
}

.register-card h4 {
  font-weight: 700;
}

.register-card p {
  color: #888;
}

.register-card p a {
  color: #3b82f6;
  text-decoration: none;
}

.register-card p a:hover {
  text-decoration: underline;
}

.form-control {
  background-color: #1e1e2f;
  border: none;
  color: #fff;
}

.form-control:focus {
  background-color: #1e1e2f;
  color: #fff;
  border: 1px solid #3b82f6;
  box-shadow: none;
}

.btn-primary {
  background-color: #3b82f6;
  border: none;
  border-radius: 6px;
}

.btn-primary:hover {
  background-color: #2563eb;
}

.footer-links {
  margin-top: 2rem;
  color: #777;
  font-size: 0.9rem;
}

.footer-links a {
  color: #aaa;
  margin: 0 0.5rem;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.logo {
  height: 60px;
  margin-bottom: 1.5rem;
}


body {
  background-color: #0f0f1a;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
}

.login-card {
  background-color: #151522;
  padding: 2.5rem;
  border-radius: 12px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 0 25px rgba(0,0,0,0.25);
}

.login-card h4 {
  font-weight: 700;
}

.login-card p {
  color: #888;
}

.login-card p a {
  color: #3b82f6;
  text-decoration: none;
}

.login-card p a:hover {
  text-decoration: underline;
}

.form-control {
  background-color: #1e1e2f;
  border: none;
  color: #fff;
}

.form-control:focus {
  background-color: #1e1e2f;
  color: #fff;
  border: 1px solid #3b82f6;
  box-shadow: none;
}

.btn-primary {
  background-color: #3b82f6;
  border: none;
  border-radius: 6px;
}

.btn-primary:hover {
  background-color: #2563eb;
}

.footer-links {
  margin-top: 2rem;
  color: #777;
  font-size: 0.9rem;
}

.footer-links a {
  color: #aaa;
  margin: 0 0.5rem;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.logo {
  height: 60px;
  margin-bottom: 1.5rem;
}
