body {
  margin: 0;
  height: 100vh;
  font-family: Arial, sans-serif;
  background: #f2f2f2;
}

.login-wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-card {
  width: 360px;
  padding: 40px;
  background: #ffffff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.google-btn-wrapper {
  display: flex;
  justify-content: center;
}


.login-card h2 {
  margin-bottom: 10px;
}

.login-card p {
  color: #777;
  font-size: 14px;
  margin-bottom: 25px;
}
