.auth-sep {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 14px;
  font-size: 12.5px;
  opacity: .5;
}

.auth-sep::before,
.auth-sep::after {
  content: "";
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: .28;
}

.btn-tg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 13px 18px;
  border: 0;
  border-radius: 12px;
  background: #2aabee;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s, transform .08s;
}

.btn-tg:hover {
  background: #1f97d6;
}

.btn-tg:active {
  transform: translateY(1px);
}

.btn-tg:disabled {
  opacity: .6;
  cursor: default;
}

.btn-tg svg {
  flex: none;
}

.tg-wait {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.45;
  opacity: .78;
  text-align: center;
}

.tg-wait.fail {
  color: #d9534f;
  opacity: 1;
}

.tg-wait.done {
  color: #3d9a5b;
  opacity: 1;
  font-weight: 600;
}
