.memberstack-login-form-wrapper {
  max-width: 400px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}

.memberstack-login-form .form-group {
  margin-bottom: 15px;
}

.memberstack-login-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.memberstack-login-form input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

.memberstack-login-form input:focus {
  outline: none;
  border-color: #0073aa;
  box-shadow: 0 0 0 1px #0073aa;
}

.memberstack-login-form button {
  width: 100%;
  padding: 10px;
  background: #0073aa;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 15px;
}

.memberstack-login-form button:hover {
  background: #005177;
}

.memberstack-login-form .social-login-buttons {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.memberstack-login-form .social-login-buttons button {
  width: 48%;
  padding: 10px;
  background: #0073aa;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.memberstack-login-form .social-login-buttons button:hover {
  background: #005177;
}

.memberstack-login-form .social-login-buttons button.facebook {
  background: #3b5998;
}

.memberstack-login-form .social-login-buttons button.facebook:hover {
  background: #2d4373;
}

.memberstack-login-form .social-login-buttons button.google {
  background: #db4437;
}

.memberstack-login-form .social-login-buttons button.google:hover {
  background: #b0281a;
}

.memberstack-login-form .social-login-buttons button.github {
  background: #333;
}

.memberstack-login-form .social-login-buttons button.github:hover {
  background: #000;
}

.memberstack-login-form .social-login-buttons button.linkedin {
  background: #0077b5;
}

.memberstack-login-form .social-login-buttons button.linkedin:hover {
  background: #005f8b;
}

/* signup */
.memberstack-signup-form-wrapper {
  max-width: 400px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}

.memberstack-signup-form .form-group {
  margin-bottom: 15px;
}

.memberstack-signup-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.memberstack-signup-form input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

.memberstack-signup-form input:focus {
  outline: none;
  border-color: #0073aa;
  box-shadow: 0 0 0 1px #0073aa;
}

.memberstack-signup-form button {
  width: 100%;
  padding: 10px;
  background: #0073aa;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 15px;
}

.memberstack-signup-form button:hover {
  background: #005177;
}

.memberstack-signup-form .social-signup-buttons {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.memberstack-signup-form .social-signup-buttons button {
  width: 48%;
  padding: 10px;
  background: #0073aa;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.memberstack-signup-form .social-signup-buttons button:hover {
  background: #005177;
}

.memberstack-signup-form .social-signup-buttons button.facebook {
  background: #3b5998;
}

.memberstack-signup-form .social-signup-buttons button.facebook:hover {
  background: #2d4373;
}

.memberstack-signup-form .social-signup-buttons button.google {
  background: #db4437;
}

.memberstack-signup-form .social-signup-buttons button.google:hover {
  background: #b0281a;
}

.memberstack-signup-form .social-signup-buttons button.github {
  background: #333;
}

.memberstack-signup-form .social-signup-buttons button.github:hover {
  background: #000;
}

.memberstack-signup-form .social-signup-buttons button.linkedin {
  background: #0077b5;
}

.memberstack-signup-form .social-signup-buttons button.linkedin:hover {
  background: #005f8b;
}
