input {
  height: 3.5rem;
}

button {
  height: 3.5rem;
}

#auth-right {
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: sticky;
  top: 0;
}

.swiper-pagination-bullet-active {
  background-color: white !important;
}

/* 
#auth-left {
  min-height: 100vh;
} */

#btnVerSenha {
  bottom: 2px;
}

/* SWIPER */

.containerCarrouselUFT {
  max-width: 800px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
}

.autoplay-progress {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: white;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

@media (max-width: 1590px) {
  .containerCarrouselUFT {
    max-width: 600px;
  }
}

@media (max-width: 1330px) {
  .containerCarrouselUFT {
    max-width: 400px;
  }
}