.login-google-section { margin: 0 0 18px; }
.login-google-label {
  color: #52657b;
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  margin-bottom: 8px;
  text-align: center;
}
.login-google-holder {
  align-items: center;
  background: #fff;
  border: 1px solid #d6dee8;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(15, 39, 68, .08);
  display: flex;
  justify-content: center;
  min-height: 58px;
  padding: 8px 12px;
}
.login-google-loading { color: #60738a; font-size: 14px; }
.login-v2-divider {
  align-items: center;
  color: #8291a2;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  margin: 16px 0;
  text-transform: uppercase;
}
.login-v2-divider::before,
.login-v2-divider::after {
  background: #dbe3ec;
  content: '';
  flex: 1;
  height: 1px;
}

