<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#form-updatepassword
  &gt; div.scene-form.senha
  .card-body
  &gt; div
  &gt; div:nth-child(4)
  &gt; div
  &gt; div {
  color: var(--primary);
}

#form-forgot-password &gt; div.scene-form.senha .card-body a {
  color: var(--secondary);
  font-weight: bold;
}

#form-forgot-password &gt; .scene-form.senha .card-body a &gt; img {
  filter: hue-rotate(155deg) contrast(10);
}

#form-updatepassword &gt; div.scene-form.senha &gt; div .card-header &gt; strong {
  font-weight: bold;
}

#form-updatepassword &gt; div.scene-form.senha &gt; div {
  box-shadow: 0 0 15px lightgrey;
  border-radius: 20px;
}

#form-forgot-password &gt; div.scene-form.senha &gt; div &gt; div.row {
  box-shadow: 0 0 15px lightgrey;
  padding: 25px 50px;
  border-radius: 20px;
  width: 100%;
  max-width: 1140px;
  align-items: center;
  background-color: #fff;
}

#form-forgot-password .form-control {
  height: 47px;
  border-color: #000;
  border-radius: 10px;
}

#form-forgot-password .senha .card-body input.btn-primary {
  background: var(--primary);
  width: 100%;
  height: 47px;
  text-transform: uppercase;
  font-weight: bold;
}

#form-forgot-password &gt; div.scene-form.senha .card {
  max-width: 350px;
  margin: auto;
  width: 100%;
}

.page-sended-update-password .card * {
  color: var(--white);
}

.senha strong {
  color: #000;
}

.page-sended-update-password .card {
  border-radius: 20px;
  max-width: 525px;
  margin: auto;
}

.page-sended-update-password .card p,
.page-sended-update-password .card b {
  color: var(--secondary);
}

.page-sended-update-password .card b a {
  color: var(--primary);
  text-decoration: underline;
}
</pre></body></html>