.google-button {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid #747775;
  border-radius: 12px;
  color: #1f1f1f;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.google-button:hover {
  background: #f8fafd;
}

.google-button svg {
  margin-right: 12px;
  flex: 0 0 auto;
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 0;
  color: #5a6b7d;
  font-size: 12px;
}

.auth-divider::before,
.auth-divider::after {
  height: 1px;
  flex: 1;
  background: #dfe6ed;
  content: "";
}
