
/* ICON */
.lock {
  margin-bottom: 28px;
}

/* TITLE */
h1 {
  font-size: 22px;
  font-weight: 600;
  color: #0a0a0a;
  letter-spacing: -0.3px;
  line-height: 1.3;
  margin-bottom: 10px;
}

/* DESCRIPTION */
.desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.65;
  margin-bottom: 28px;
}

/* BUTTON */
button {
  display: block;
  width: 100%;
  padding: 13px 20px;
  background: #0a0a0a;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.15s;
}

button:hover {
  background: #222;
}

button:active {
  transform: scale(0.99);
}

/* TRUST LINE */
.trust {
  margin-top: 18px;
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
}

.trust span {
  margin: 0 7px;
}