.criipto-auth-popup-backdrop {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.criipto-auth-popup-backdrop-background {
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.criipto-auth-popup-backdrop-content {
  width: 350px;
  z-index: 11;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
