.auth-full-page-content {
  min-height: 100vh;
  background-color: var(--bs-white);
}

.carousel-item img {
  height: 100vh;
}

.form-floating-custom > .form-control,
.form-floating-custom > .form-select {
  padding-left: 60px;
}

.form-floating-custom > label {
  left: 48px;
  margin-top: 3px;
}

.form-floating-custom .form-floating-icon {
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  color: var(--bs-secondary-color);
}

.input-group {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
  gap: 5px;
}

.input-group .digit {
  width: 45px;
  height: 45px;
  font-size: 1.5rem;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
}

.input-group .digit:focus {
  border-color: #1d4ed8;
}
