:host {
  color: var(--manifold-text-color);
  font-family: var(--manifold-font-family);
}

.no-credentials {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  min-height: var(--height);
  padding: 2rem;
  overflow: hidden;
  border-radius: var(--manifold-radius);
  box-shadow: 0 0 0 1px var(--manifold-grayscale-10);
}

.message {
  padding-right: 2rem;
  color: var(--manifold-grayscale-70);
}

.sso {
  white-space: nowrap;
}
