/* Sign-in page specific styles */

/* Fix oversized OAuth provider logos */
.auth-icon-div img {
  max-width: 20px !important;
  max-height: 20px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

/* Ensure the auth icon div doesn't expand beyond the logo size */
.auth-icon-div {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
