.tp-login-reset-28s {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  width: 100%;
}

.tp-login-reset-28s button {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 14px;
  padding: 10px 14px;
  color: #0f172a;
  background: #e5e7eb;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .14s ease, box-shadow .14s ease, opacity .14s ease;
}

.tp-login-reset-28s button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .14);
}

.tp-login-reset-28s small {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.tp-login-reset-28s small[data-tipo="ok"] {
  color: #15803d;
}

.tp-login-reset-28s small[data-tipo="warn"] {
  color: #c2410c;
}

.tp-login-reset-28s small[data-tipo="erro"] {
  color: #b91c1c;
}

.tp-login-reset-28s small[data-tipo="info"] {
  color: #2563eb;
}