.troca-senha-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 18px;
  background: #f3f6f8;
}

.troca-senha-page.hidden {
  display: none;
}

.troca-senha-card {
  width: min(100%, 480px);
  padding: 38px;
  border: 1px solid #dce4e9;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(18,45,70,.08);
}

.troca-senha-brand {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 12px;
  background: #183f60;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.troca-senha-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #c79536;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.troca-senha-card h1 {
  margin: 0 0 12px;
  color: #102d47;
  font-size: 30px;
  letter-spacing: -.025em;
}

.troca-senha-intro {
  margin: 0 0 24px;
  color: #687887;
  font-size: 14px;
  line-height: 1.6;
}

.troca-senha-user {
  margin-bottom: 24px;
  padding: 13px 15px;
  border-radius: 10px;
  background: #f4f7f9;
}

.troca-senha-user span {
  display: block;
  margin-bottom: 3px;
  color: #84919c;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.troca-senha-user strong {
  color: #183f60;
  font-size: 13px;
}

.troca-senha-hint {
  display: block;
  margin-top: 7px;
  color: #82909c;
  font-size: 11px;
}

.troca-senha-cancelar {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: #73818e;
  font-size: 12px;
  font-weight: 650;
}

.troca-senha-cancelar:hover {
  color: #183f60;
}

@media (max-width: 560px) {
  .troca-senha-card {
    padding: 28px 22px;
  }

  .troca-senha-card h1 {
    font-size: 26px;
  }
}
