.qr-login__elem--hide {
  display: none;
}
.de-qr {
  background-color: #414858;
  flex: 1;
  padding: 32px;
}
.de-qr .qr-canvas__preview,
.de-qr .qr-canvas__video,
.de-qr .qr-preview__canvas {
  max-height: 50vh;
  object-fit: contain;
  width: 336px;
}
@media screen and (min-width: 1024px) {
  .de-qr .qr-canvas__preview,
  .de-qr .qr-canvas__video,
  .de-qr .qr-preview__canvas {
    width: 447px;
  }
}
@media screen and (min-width: 1280px) {
  .de-qr .qr-canvas__preview,
  .de-qr .qr-canvas__video,
  .de-qr .qr-preview__canvas {
    max-height: 37vh;
    width: auto;
  }
}
.de-qr .qr-preview__canvas {
  border-radius: 8px;
  left: -2000px !important;
}
.de-qr__container {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-align: center;
}
.de-qr__header {
  background-color: #2b303b;
}
.de-qr__subheader,
.de-qr__messages {
  color: #e2e4e9;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  text-align: start;
}
.de-qr__messages {
  margin: 32px 0 0;
}
.head {
  padding: 12px 0;
  position: relative;
}
.head__button {
  bottom: 4px;
  font-size: 1rem;
  left: 4px;
  position: absolute;
}
.head__header {
  font-size: 1.125rem;
}
.qr-canvas {
  align-items: center;
  background-color: #0b0c0f;
  border: solid 1px #c4c9d4;
  border-radius: 8px;
  display: flex;
  height: 336px;
  justify-content: center;
  margin: 32px auto;
  max-width: 335px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.qr-canvas__message {
  text-align: center;
}
.qr-canvas__preview {
  position: absolute;
}
.qr-canvas__video {
  height: 1px;
  left: -10000px;
  position: absolute;
  top: 0;
  width: 1px;
}
.qr-preview__canvas {
  position: absolute;
  top: 0;
}
.de-footer {
  align-items: center;
  background-color: #2b303b;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  position: fixed;
  text-align: center;
  width: 100%;
}
.de-footer__separator {
  border-left: 1px solid #fff;
  content: ' ';
  display: none;
  height: 14px;
}
@media screen and (min-width: 480px) {
  .de-footer__separator {
    display: block;
  }
}
.de-footer__link {
  color: #fff;
  margin: 0 8px 0 0;
  padding: 10px 24px;
  text-decoration: underline;
}
@media screen and (max-width: 568px) {
  .de-footer__link {
    margin-bottom: 8px;
    width: 100%;
  }
}
