/**
 * Login, recuperação de conta e reset de senha
 */

.auth-form-section {
  min-height: 100%;
  background: #f0f2f5;
}

.auth-form-logo {
  max-width: 100%;
  height: auto;
}

.auth-google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  font-weight: 500;
}

.auth-google-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 2px;
  background: #fff;
  color: #4285f4;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
