.registering-container {
  align-items: center;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  overflow-y: overlay;
  padding-block: 20px;
  position: absolute;
  width: 100vw;
  z-index: 1;
}

@media (max-width: 700px) {
  .registering-container {
    padding: 50px 0 20px 0;
  }
}
