.backup-recovery-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/game-background-desktop-1500w.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.backup-recovery-body1 {
  gap: 55px;
}
 
.backup-recovery-header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.backup-recovery-title {
  gap: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.backup-recovery-text1 {
  fill: var(--dl-color-default-bluegradient);
  color: var(--dl-color-default-bluegradient);
  z-index: 1;
}
 
.backup-recovery-help {
  align-self: flex-end;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/help.svg");
}
 
.backup-recovery-close {
  align-self: flex-end;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/close.svg");
}
 
.backup-recovery-body2 {
  gap: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.backup-recovery-icon {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-start;
  background-image: url("public/backup-access.svg");
  background-position: center;
}
 
.backup-recovery-code {
  gap: 35px;
  width: 100%;
  display: flex;
  z-index: 1;
  max-width: 550px;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.backup-recovery-field {
  gap: 15px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.backup-recovery-text2 {
  color: var(--dl-color-white-100);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: normal;
}
 
.backup-recovery-container2 {
  flex: 1;
  width: 100%;
  align-self: center;
}
 
.backup-recovery-container3 {
  display: contents;
}
 
.backup-recovery-recover-button {
  text-decoration: none;
}
 
.backup-recovery-container4 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  align-self: center;
}
 
.backup-recovery-container5 {
  display: contents;
}
 
.backup-recovery-container7 {
  display: contents;
}
 
@media(max-width: 767px) {
  .backup-recovery-container1 {
    background-size: cover;
    background-image: url("public/game-background-mobile-1500w.jpg");
  }
  .backup-recovery-body1 {
    overflow: auto;
  }
  .backup-recovery-text1 {
    font-size: 20px;
  }
  .backup-recovery-body2 {
    gap: 50px;
    height: 100%;
  }
  .backup-recovery-icon {
    width: 130px;
    height: 130px;
  }
}
 
@media(max-width: 479px) {
  .backup-recovery-container2 {
    flex: 1;
  }
}
