/* NÃO REMOVER ESTE ARQUIVO: Feito diretamente pois o gulp não esta funcionando. */

.page-reset-password__right-side {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0;
}

.page-reset-password__content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ECF0F5;
  min-height: 100vh;
  padding: var(--b-spacing-md);
}

.page-reset-password__logo {
  margin-bottom: var(--b-spacing-xl);
}

.page-reset-password__icon-success {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: #00C853;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
}

.page-reset-password__personal-login-actions {
  margin-top: var(--b-spacing-xl);
}

.page-reset-password__box {
  width: 100%;
  max-width: 455px;
}

.page-reset-password__description {
  color: #616161;
  font-size: 16px;
  margin-bottom: var(--b-spacing-xl);
}

.page-reset-password__success-title {
  margin-top: var(--b-spacing-sm);
  margin-bottom: var(--b-spacing-sm);
  color: var(--b-title-color);
  font-size: 24px;
  font-weight: 500;
}

.page-reset-password__success-description {
  color: var(--b-text-color);
  font-size: 16px;
  margin-bottom: var(--b-spacing-xl);
}

/* Utilitários */
.full-width {
  width: 100%;
}
