.LockScreen_fullscreen__SvirG {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background-color: var(--background-highlight-highlight);
}
.LockScreen_fullScreenCentered__0jhuQ {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--background);
  border-radius: 20px;
  padding: 80px 72px;
}
.LockScreen_ScreenContent__pMeg_ {
  color: var(--text-sharp);
}
.LockScreen_ScreenContent__pMeg_ > div:nth-child(2) {
  margin-top: 30px;
}
