.two-factor-auth {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch; }
  .two-factor-auth > header-2 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
  .two-factor-auth > main-2 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
  .two-factor-auth .qr-refresh {
    padding-top: 5px; }
    .two-factor-auth .qr-refresh button {
      color: #FF6500FF;
      text-transform: none !important; }
      .two-factor-auth .qr-refresh button:hover {
        color: red; }
  .two-factor-auth .auth-input {
    margin-top: 20px;
    flex: 0 1 auto; }
    .two-factor-auth .auth-input input {
      font-size: 20px !important; }
  .two-factor-auth .qr-code {
    flex: 0 1 auto; }
  .two-factor-auth .qr-save {
    margin-top: 20px; }
  .two-factor-auth .message-container {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
  .two-factor-auth .mv-preloader {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px; }
  .two-factor-auth .qr-code-empty {
    width: 250px;
    height: 250px;
    background: #dadada;
    box-shadow: inset 2px 2px 3px #888;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase; }
  .two-factor-auth span.text-danger {
    color: red !important;
    font-weight: bold; }
  .two-factor-auth span.text-success {
    color: green !important;
    font-weight: bold; }
  .two-factor-auth .tfa-message {
    margin-top: 20px; }
