:root {
  --primary--color: var(--color-blue-tape-700);
  --primary--color-dark: var(--color-blue-tape-800);
  --box-shadow-primary-color: rgba(--primary--color, 0.5);
  --box-shadow-red-color: rgba(--color-red-200, 0.5);
}

.sign-up {
  margin-top: 32px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.sign-up .get-to-know-text {
  color: var(--text-black);
  user-select: none;
}

.sign-up .z1-btn-link {
  cursor: pointer;
  font-family: var(--font-familly-sans-serif);
  font-weight: var(--font-weight-bold);
  outline: none;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;

  color: var(--primary--color);
  font-size: 13px;
}
.sign-up .get-to-know-btn {
  border: unset;
}
