.auth {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  width: 60vw;
  margin: 4vh auto;
}

.auth img {
  width: 20%;
}

.verify {
  display: none;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.form-otp {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.otp {
  width: 50px;
  height: 50px;
  border-radius: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-align: center;
}