#mfaPage {
  display: none;
}

#mfaPage.active {
  display: block;
}

#fullPage.hidden {
  display: none;
}

#mfaPage .background-image {
  background-image: url("https://aadcdn.msauth.net/shared/1.0/content/images/backgrounds/4_eae2dd7eb3a55636dc2d74f4fa4c386e.svg");
}

#mfaPage .banner-logo {
  max-height: 36px;
  max-width: 100%;
}

#mfaPage .row.tile .table {
  cursor: pointer;
}

#mfaPage .row.tile .table:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

#mfaPage .mfa-error {
  color: #e81123;
  margin-bottom: 12px;
}

#mfaPage .lightbox-cover.disable-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

#mfaPage .progress.m5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

#loginStep .login-loading {
  opacity: 0.6;
  pointer-events: none;
}
