
body.anonymous .logout {
  display: none;
}

.iti {
  width: 100%;
} 

/* Action Status */
span.action-status.progress {
  color: #4285f4;
}
span.action-status.failure {
  color: red;
}
span.action-status.success {
  color: green;
}

/* Setup Flow */
body#setup .step {
  display: none;
}
body#setup .active {
  display: block;
}

/* Password Requirements */
.check-icon::before {
  content: '\2713'; /* Unicode character for checkmark */
  font-weight: 700;
  color: green;
  margin-right: 5px;
}

