.entry-service-mark {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.entry-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0;
  color: #9098a8;
  font-size: 12px;
}

.entry-divider::before,
.entry-divider::after {
  flex: 1;
  height: 1px;
  background: var(--line);
  content: "";
}

.customer-path {
  margin-top: 24px;
  background: var(--soft);
  color: var(--muted);
  text-align: center;
}

.customer-path a {
  color: var(--ink);
  font-weight: 800;
}

.text-back,
.text-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 700;
}

.text-back { margin-bottom: 22px; }
.text-link { margin-top: 14px; }
.field small { color: var(--muted); font-size: 12px; line-height: 1.5; }
.field label i { color: var(--red); font-style: normal; }
.field-error { color: var(--red) !important; }

.action-link {
  display: block;
  margin-top: 12px;
  text-align: center;
  text-decoration: none;
}

.oauth b {
  display: inline-grid;
  width: 21px;
  height: 21px;
  margin-right: 8px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #4285f4;
}

.notice.neutral { background: var(--soft); color: var(--muted); }
