input {
  height: 3.5rem;
}

button {
  height: 3.5rem;
}

#auth-right {
  background-position: center;
  background-size: cover;
}

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

#auth-right {
  height: 100vh;
  position: sticky;
  top: 0;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]{
    -moz-appearance: textfield;
}

/* 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);
}

