
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #12002f;
  color: white;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  text-align: center;
  padding: 50px 20px;
  flex: 1;
}

.logo {
  width: 180px;
  margin-bottom: 20px;
}

h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 18px;
  margin-bottom: 10px;
  color: #aaa;
}

.tagline {
  font-size: 16px;
  margin-bottom: 30px;
  color: #ccc;
}

.login-button {
  background-color: #4a0077;
  color: white;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
}

.coming-soon {
  font-size: 16px;
  margin-top: 10px;
}

.contact a {
  color: #ffcc00;
  text-decoration: none;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #1a003f;
  font-size: 14px;
  color: #aaa;
}
