.twofas-light-wrapper {
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 14px; }
  .twofas-light-wrapper .twofas-light-logo-header {
    padding-top: 10px;
    line-height: 20px;
    margin-bottom: 15px; }
    .twofas-light-wrapper .twofas-light-logo-header img {
      vertical-align: middle;
      display: inline-block;
      margin-right: 5px;
      width: 40px !important;
      height: 40px !important; }
    .twofas-light-wrapper .twofas-light-logo-header h1 {
      vertical-align: middle;
      display: inline-block;
      font-size: 2em;
      font-weight: 100; }
    .twofas-light-wrapper .twofas-light-logo-header .notice {
      margin-top: 15px; }
  .twofas-light-wrapper .twofas-light-slider-wrapper {
    background-color: #292d31;
    padding-left: 20px;
    color: white;
    line-height: 4em; }
    .twofas-light-wrapper .twofas-light-slider-wrapper .twofas-light-toggle-switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 28px;
      vertical-align: middle; }
      .twofas-light-wrapper .twofas-light-slider-wrapper .twofas-light-toggle-switch input {
        display: none; }
      .twofas-light-wrapper .twofas-light-slider-wrapper .twofas-light-toggle-switch input[type="checkbox"] + label {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 34px; }
      .twofas-light-wrapper .twofas-light-slider-wrapper .twofas-light-toggle-switch input[type="checkbox"] + label:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 21px;
        left: 6px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%; }
      .twofas-light-wrapper .twofas-light-slider-wrapper .twofas-light-toggle-switch input[type="checkbox"]:checked + label {
        background-color: #66a44a; }
      .twofas-light-wrapper .twofas-light-slider-wrapper .twofas-light-toggle-switch input[type="checkbox"]:focus + label {
        box-shadow: 0 0 1px #66a44a; }
      .twofas-light-wrapper .twofas-light-slider-wrapper .twofas-light-toggle-switch input[type="checkbox"]:checked + label:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px); }
  .twofas-light-wrapper .twofas-light-card {
    background-color: white;
    padding: 20px;
    margin-top: 20px; }
    .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-step-label {
      color: #292d31;
      font-size: 15px;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 10px;
      display: block; }
      .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-step-label:first-child {
        margin-top: 0; }
    .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-status-label {
      cursor: default;
      margin-top: 20px !important; }
    .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-red {
      color: #a4453f;
      font-weight: bold; }
      .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-red::after {
        position: relative;
        left: 2px; }
    .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-green {
      color: #66a44a;
      font-weight: bold; }
      .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-green::after {
        position: relative;
        left: 2px; }
    .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-store-logo {
      width: 160px !important;
      height: 55px !important; }
    .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-phone-reload-qr-code {
      width: 150px;
      margin-bottom: 5px;
      background-color: #292d31;
      border: 1px solid gray;
      color: white;
      text-align: center;
      text-decoration: none;
      font-size: 12px;
      cursor: pointer;
      position: relative;
      border-radius: 2px;
      height: 25px; }
    .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-qr-code-wrapper {
      position: relative; }
      .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-qr-code-wrapper .twofas-light-uncover-button {
        position: absolute;
        z-index: 100;
        width: 100px;
        background-color: #292d31;
        display: block;
        border: 1px solid gray;
        color: white;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
        cursor: pointer;
        border-radius: 5px;
        height: 30px;
        left: 50px;
        top: 80px; }
      .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-qr-code-wrapper .twofas-light-qr-code {
        width: 200px;
        height: 200px;
        padding: 0; }
      .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-qr-code-wrapper .twofas-light-opacity {
        opacity: 0.1;
        outline: black solid 2px;
        outline-offset: -4px; }
      .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-qr-code-wrapper .twofas-light-reload-qr-code-button {
        border: none;
        background-color: white;
        padding: 3px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: absolute;
        top: 0; }
        .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-qr-code-wrapper .twofas-light-reload-qr-code-button:focus {
          outline: none; }
        .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-qr-code-wrapper .twofas-light-reload-qr-code-button:disabled {
          cursor: wait; }
      .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-qr-code-wrapper .twofas-light-reload-qr-info {
        background-color: white;
        border: none;
        padding: 3px;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        margin-left: 29px;
        margin-top: 1px;
        font-size: 1.5em; }
        .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-qr-code-wrapper .twofas-light-reload-qr-info img {
          width: 20px;
          height: 20px; }
      .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-qr-code-wrapper .twofas-light-qr-code {
        image-rendering: pixelated; }
    @media all and (min-width: 783px) {
      .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-private-key-paragraph {
        position: relative;
        top: -30px;
        left: 210px; } }
    .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-clickable-text {
      color: #292d31;
      text-decoration: underline;
      cursor: pointer; }
    .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-private-key-display {
      margin-top: -40px;
      margin-bottom: 20px;
      display: none; }
      @media all and (max-width: 783px) {
        .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-private-key-display {
          margin-top: 10px; } }
    .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration .twofas-light-configure-button {
      width: 100px;
      background-color: #292d31;
      border: 1px solid gray;
      color: white;
      text-align: center;
      text-decoration: none;
      font-size: 12px;
      cursor: pointer;
      position: relative;
      border-radius: 2px;
      height: 25px; }
    .twofas-light-wrapper .twofas-light-card .twofas-light-totp-configuration a {
      text-decoration: none; }
    .twofas-light-wrapper .twofas-light-card p {
      color: dimgray;
      margin-top: 5px; }
  .twofas-light-wrapper .twofas-light-disabled::after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url("../img/loading.gif") no-repeat; }
  .twofas-light-wrapper .twofas-light-not-clickable {
    pointer-events: none;
    cursor: default; }
  .twofas-light-wrapper .twofas-light-classy-font {
    font-family: 'Bilbo Swash Caps', cursive;
    font-size: 120%; }
  .twofas-light-wrapper .twofas-light-dimmed::before {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(200, 200, 200, 0.9);
    width: 200px; }

.twofas-light-trusted-devices-wrapper,
.twofas-light-trusted-devices-wrapper-phone {
  background-color: white;
  padding-bottom: 5px;
  position: relative; }
  .twofas-light-trusted-devices-wrapper .twofas-light-trusted-devices-header,
  .twofas-light-trusted-devices-wrapper .twofas-light-trusted-devices-row,
  .twofas-light-trusted-devices-wrapper-phone .twofas-light-trusted-devices-header,
  .twofas-light-trusted-devices-wrapper-phone .twofas-light-trusted-devices-row {
    padding: 5px; }
  .twofas-light-trusted-devices-wrapper .twofas-light-trusted-devices-column,
  .twofas-light-trusted-devices-wrapper-phone .twofas-light-trusted-devices-column {
    margin: 0;
    font-size: 0.9em;
    font-weight: 100;
    display: inline-block;
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 4px; }
  .twofas-light-trusted-devices-wrapper .text-center,
  .twofas-light-trusted-devices-wrapper-phone .text-center {
    text-align: center; }
  .twofas-light-trusted-devices-wrapper .twofas-light-remove-device-button,
  .twofas-light-trusted-devices-wrapper-phone .twofas-light-remove-device-button {
    border: none;
    background-color: white;
    cursor: pointer; }
    .twofas-light-trusted-devices-wrapper .twofas-light-remove-device-button::after,
    .twofas-light-trusted-devices-wrapper-phone .twofas-light-remove-device-button::after {
      position: relative;
      left: 0;
      bottom: 3px; }
  .twofas-light-trusted-devices-wrapper .twofas-light-trusted-devices-header,
  .twofas-light-trusted-devices-wrapper-phone .twofas-light-trusted-devices-header {
    background-color: #292d31;
    color: white; }
  .twofas-light-trusted-devices-wrapper .twofas-light-trusted-devices-row,
  .twofas-light-trusted-devices-wrapper-phone .twofas-light-trusted-devices-row {
    background-color: white;
    color: #292d31; }
    .twofas-light-trusted-devices-wrapper .twofas-light-trusted-devices-row strong,
    .twofas-light-trusted-devices-wrapper-phone .twofas-light-trusted-devices-row strong {
      margin-left: 20px; }
  .twofas-light-trusted-devices-wrapper .twofas-light-device,
  .twofas-light-trusted-devices-wrapper-phone .twofas-light-device {
    width: 30%; }
  .twofas-light-trusted-devices-wrapper .twofas-light-date,
  .twofas-light-trusted-devices-wrapper-phone .twofas-light-date {
    width: 30%; }
  .twofas-light-trusted-devices-wrapper .twofas-light-ip,
  .twofas-light-trusted-devices-wrapper-phone .twofas-light-ip {
    width: 25%; }
  .twofas-light-trusted-devices-wrapper .twofas-light-remove,
  .twofas-light-trusted-devices-wrapper-phone .twofas-light-remove {
    position: absolute;
    right: 10px;
    width: 6%;
    text-align: center; }

.twofas-light-trusted-devices-wrapper-phone {
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center; }

.twofas-light-tooltip {
  outline: none;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; }
  .twofas-light-tooltip:hover .twofas-light-tooltip-text {
    visibility: visible; }
  .twofas-light-tooltip .twofas-light-tooltip-text {
    outline: none;
    visibility: hidden;
    width: 120px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 100%;
    left: 50%;
    margin-left: -70px; }
    .twofas-light-tooltip .twofas-light-tooltip-text::after {
      outline: none;
      content: " ";
      position: absolute;
      top: 100%;
      /* At the bottom of the tooltip */
      left: 50%;
      margin-left: -5px;
      border: 5px solid transparent;
      border-top-color: black; }

#twofas-light-loginform {
  padding-bottom: 20px !important; }

.twofas-light-login-bottom-nav {
  margin-top: 30px;
  padding-top: 10px;
  margin-bottom: 0;
  text-align: right; }
  .twofas-light-login-bottom-nav .twofas-light-login-bottom-nav-message {
    float: left;
    margin-top: 10px; }

.twofaslight-login-footer {
  position: absolute;
  bottom: 30px;
  right: 30px; }
  .twofaslight-login-footer:hover .twofaslight-login-footer-tooltip {
    display: inline; }
  .twofaslight-login-footer .twofaslight-login-footer-tooltip {
    display: none;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    margin-top: 3px;
    margin-right: 4px;
    float: left; }

.toplevel_page_twofas-light-menu a img {
  width: 20px;
  height: 20px; }

@media all and (max-width: 782px) {
  .visible-phone {
    display: block !important; }

  .hidden-phone {
    display: none !important; }

  .hidden-phone-inline {
    display: none; } }
@media all and (min-width: 783px) {
  .visible-phone {
    display: none; }

  .hidden-phone {
    display: block; }

  .hidden-phone-inline {
    display: inline-block; } }

/*# sourceMappingURL=twofas_light.css.map */
