#login-container {
  position: relative;
}

#arrow-back {
  position: absolute;
  top: 16px;
  left: 16px;
}

#text-reset {
  color: rgb(43, 54, 71);
  font-size: 16px;
}

.popup-user {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

#forgot-head {
  text-align: center;
}

.main-container {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(246, 247, 248);
}

#start-pic {
  z-index: 10;
  object-fit: contain;
  transition: all 450ms ease-in-out;
}
