.rt-logo {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border: 1px solid #78313a;
  border-radius: 8px;
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #99a4b2;
  font-size: .76rem;
  margin-top: 24px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.auth-divider::before,
.auth-divider::after {
  background: #28313d;
  content: "";
  height: 1px;
  flex: 1;
}

.password-panel { margin-top: 18px; }
.password-panel form { display: grid; gap: 14px; margin-top: 20px; max-width: 560px; }
.password-panel label { color: #c6ced8; font-size: .88rem; font-weight: 750; }
.password-panel input {
  display: block;
  width: 100%;
  margin-top: 8px;
  background: #090e14;
  border: 1px solid #35404e;
  border-radius: 8px;
  color: white;
  padding: 12px;
}
