.login-container {
  max-width: 400px;
  width: 100%;
  padding: 20px;
}

.login-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.login-card .card-body {
  padding: 2.5rem;
}

.btn-google,
.btn-streamlabs {
  font-size: 1rem;
  padding: 12px;
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-google:hover,
.btn-streamlabs:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-google {
  background-color: #4285f4;
  color: white;
  border: none;
}

.btn-streamlabs {
  background-color: #00cc99;
  color: white;
  border: none;
}

.g-signin2 {
  display: none;
  /* ซ่อนปุ่ม Google เริ่มต้น */
}
