.identificacao-pendente .welcome {
  display: none;
}

.identificacao {
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  place-items: center;
  padding: 2rem 1.25rem;
  background: linear-gradient(145deg, #edf5fc 0%, #f9fbfe 55%, #e7f1fa 100%);
}

.identificacao__content {
  width: min(100%, 34rem);
  padding: clamp(1.5rem, 5vw, 2.25rem);
  border: 1px solid #c8dcef;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.75rem 2rem rgb(7 88 166 / 10%);
  text-align: center;
}

.identificacao h1 {
  margin: 0;
  color: #0758a6;
  font-size: clamp(1.75rem, 6vw, 2.5rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.identificacao__texto {
  margin: 0.85rem 0 1.75rem;
  color: #476985;
  line-height: 1.55;
}

.identificacao__form {
  display: grid;
  gap: 0.75rem;
  text-align: left;
}

.identificacao__form label {
  color: #274c6d;
  font-size: 0.95rem;
  font-weight: 700;
}

.identificacao__form input {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.8rem 1rem;
  border: 1px solid #a9c8e3;
  border-radius: 0.75rem;
  color: #12304d;
  background: #fbfdff;
  font: inherit;
  font-size: 1rem;
  line-height: 1.4;
}

.identificacao__form input:focus {
  border-color: #0758a6;
  outline: 3px solid rgb(7 88 166 / 15%);
}

.identificacao__form button {
  min-height: 3.25rem;
  margin-top: 0.75rem;
  border: 0;
  border-radius: 0.75rem;
  color: #fff;
  background: #0758a6;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.identificacao__form button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.identificacao__form button:focus-visible {
  outline: 3px solid rgb(7 88 166 / 25%);
  outline-offset: 3px;
}

.identificacao__erro {
  min-height: 1.25rem;
  margin: -0.25rem 0 0;
  color: #a52828;
  font-size: 0.85rem;
}
