.login-card {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.login-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.login-links a {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.saved-box {
  background: #eaf7ee;
  border: 1px solid #bfe3c7;
  color: #1c6a30;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 12px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.btn-google {
  display: block;
  width: 100%;
  background: #4285f4;
  color: white !important;
  border: none;
  padding: 12px 16px;
  border-radius: 4px;
  font-weight: 500;
  transition: background 0.2s;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.btn-google:hover {
  background: #357ae8;
}
