
/* COMMON */
body {
  display: flex; flex-direction: column; min-height: 100vh; 
}
body.anonymous .logout {
  display: none;
}

main {
  flex: 1;
}
.form-control-password-show {
  top: 40px;
  right: 6px;
}
form span.action-status.progress {
  color: #4285f4;
}
form span.action-status.failure {
  color: red;
}
form span.action-status.success {
  color: green;
}

/* SETUP */
body#setup .setup-flow li {
  display: none;
}
body#setup .setup-flow li.active {
  display: block;
}
body#setup .setup-flow li.active {
  display: block;
}
body#setup .step {
  display: none;
}
body#setup .active {
  display: block;
}


/* PROFILE */
body#profile .iti {
  display: block;
}

