
.verify-container{
  display: flex;
  justify-content: center;
  background-size: cover;
  background-image: url("../images/login.png");
  width: 100%;
  min-height: 90vh;
  z-index: 5;
  background-position: center;
  position: relative;
}


.bgg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.25);
  z-index: 1;
}

.chase-bg {
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 2;
  overflow: hidden;
}


.bgg-overlay {
  background: transparent;
}


.blob {
  opacity: 0.25;
  mix-blend-mode: screen;
}

.chase-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}


.orbit {
  position: absolute;
  inset: -20%;
  animation: rotateOrbit 25s infinite alternate ease-in-out;
  transform-origin: center;
  transform: rotate(0deg) scale(1.05);
}

.blob {
  position: absolute;
  width: 850px;
  height: 850px;
  border-radius: 50%;
  filter: blur(800px);
  opacity: 0.25;
  mix-blend-mode: multiply;
}

.blob-1 {
  background: #F8992C;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.blob-2 {
  background: #44BDA4;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

.blob-3 {
  background: #8379B8;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.blob-4 {
  background: #FE2C55;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

@keyframes rotateOrbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.verify-container>*:not(.chase-bg):not(.bg-overlay):not(.glass-overlay) {
  position: relative;
  z-index: 10;
}


.verify-container .center-col {
  width: 40%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 10%;
  padding-bottom: 300px;
}

.verify-container .center-col .title {
  color: #F05271;
  font-size: clamp(24px, 2vw, 48px);
  font-weight: bold;
  margin-bottom: 20px;
}

.verify-container .center-col .sub-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 309px) {
  .verify-container .center-col .sub-title {
    padding-left: 2%;
    width: 100%;
  }
}

.verify-container input {
  width: 95%;
  height: 60px;
  padding: 0 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
  opacity: 1;
  border-radius: 168px;
  border: none;
  outline: none;
  margin-bottom: 20px;
}

.verify-container .main-button {
  width: 95%;
  height: 60px;
  border-radius: 168px;
  outline: none;
  border: none;
  margin-top: 30px;
  font-weight: bold;
  color: white;
  font-size: 24px;
}

.verify-container .center-col a {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: black;
  transition: color 0.5s ease;
}

.verify-container .center-col a:hover {
  color: #F05271;
}

@media (max-width: 1300px) {
  .verify-container {
    background-image: none;
    min-height: 100vh;
  }
  .verify-container .center-col {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
  }
}

/*# sourceMappingURL=verify.css.map */
