  html, body {
    height: 100%;
    margin: 0;
    font-family: sans-serif;
    background: #6d6f72;
    box-sizing: border-box;
  }

  ion-app, ion-page, ion-content {
    height: 100%;
  }

  ion-content {
    --background: #6d6f72;
  }

  .center-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 16px;
  }

  ion-card {
    max-width: 500px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  ion-item {
    margin-bottom: 12px;
  }

  .register-button {
    margin-bottom: 8px;
  }

  .forgot-password {
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 30px;
  }

  .forgot-password a {
    color: #666;
    text-decoration: none;
  }

  .forgot-password a:hover {
    text-decoration: underline;
  }

  .oauth-buttons {
    display: grid;
    gap: 10px;
  }

  ion-icon {
    margin-right: 8px;
    vertical-align: middle;
  }

  ion-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hidden {
    display: none !important;
  }

.logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.login-logo {
  max-width: 200px;
  height: auto;
}
