.auth-main {
  position: relative;
}
.auth-main .auth-wrapper {
  height: 100%;
  width: 100%;
  min-height: 100vh;
} 
.auth-main .auth-wrapper .saprator {
  position: relative;
  display: flex;
  align-self: center;
  justify-content: center;
}
.auth-main .auth-wrapper .saprator:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--bs-border-color);
  z-index: 1;
}
.auth-main .auth-wrapper .saprator span {
  font-size: 0.875rem;
  padding: 8px 24px;
  background: var(--bs-card-bg);
  z-index: 5;
  text-transform: capitalize;
  color: var(--pc-heading-color);
  font-weight: 500;
}
.auth-main .auth-wrapper .auth-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.auth-main .auth-wrapper .auth-form .card {
  width: 400px;
  height: 400px; 
  min-height: 100%; 
  background: #fff;
  margin-top: 0; 
  color: #3469b0;
  padding: 30px 30px 20px 20px;
  right: 0; 
  top: 0; 
  font-size: 12px;
  display: flex; 
  justify-content: center; 
  flex-direction: column; 
  border-radius: 30px;
}
@media (max-width: 600px) {
  .auth-main .auth-wrapper .auth-form .card {
    width: 100%; 
    height: 50%;
    padding: 20px; 
    border-radius: 0; 
  }
}
.auth-main .auth-wrapper .auth-form img + span {
  padding-left: 10px;
}
.auth-main .auth-wrapper .auth-form h5 span, .auth-main .auth-wrapper .auth-form .h5 span {
  text-decoration: underline;
}

.auth-main .auth-wrapper.v2 {
  display: flex;
  align-items: center;
  background-image: url("/assets/images/bg_loginv2.png");
  background-color: #2f56cd;
  background-repeat: repeat; /* Adiciona a repetição da imagem */
  background-size:1200px; /* Ajusta o tamanho para que a imagem se repita corretamente */
}

.auth-main .auth-wrapper.v2 .img-auth-side {
  height: 100vh;
}
.auth-main input {
  height: 40px;
}
@media (max-width: 1199.98px) {
  .auth-main .auth-wrapper.v2 .img-auth-side {
    display: none;
  }
}
.auth-main .text-center {
  font-size: 12px;
}
.auth-main .auth-wrapper.v2 .auth-form .card {
  border: none;
  box-shadow: none;
}
.auth-main .auth-wrapper.v3 {
  display: flex;
  align-items: center;
  background: #ffffff;
}
.auth-main .auth-wrapper.v3 .auth-sidecontent {
  width: 580px;
  align-self: stretch;
  background: var(--bs-primary);
  position: relative;
  display: flex;
  align-items: center;
}
.auth-main .auth-wrapper.v3 .auth-sidecontent > * {
  position: relative;
  z-index: 5;
}
.auth-main .auth-wrapper.v3 .auth-sidecontent::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: linear-gradient(338deg, rgba(0, 0, 0, 0.3), transparent);
}
.auth-main .auth-wrapper.v3 .auth-sidecontent .carousel-indicators [data-bs-target] {
  height: 6px;
  border-radius: 4px;
  border-top: none;
  border-bottom: none;
}
.auth-main .auth-wrapper.v3 .auth-sidecontent .carousel-indicators [data-bs-target]:not(.active) {
  width: 6px;
}
@media (max-width: 1199.98px) {
  .auth-main .auth-wrapper.v3 .auth-sidecontent {
    display: none;
  }
}
.auth-main .auth-wrapper.v3 .auth-form {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 24px;
}
.auth-main .auth-wrapper.v3 .auth-form .auth-footer,
.auth-main .auth-wrapper.v3 .auth-form .auth-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.auth-main .auth-wrapper.v3 .auth-form .card {
  border: none;
  box-shadow: none;
}

.auth-option .auth-megaoption {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 180px;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.auth-option .auth-megaoption svg {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}
.auth-option .btn-check:checked + .auth-megaoption {
  border-color: var(--bs-primary);
  background: var(--bs-primary-light);
  box-shadow: 0 0 0 1px var(--bs-primary), 0px 8px 24px rgba(27, 46, 94, 0.12);
}
.auth-option .btn-check:checked + .auth-megaoption svg,
.auth-option .btn-check:checked + .auth-megaoption span {
  color: var(--bs-primary);
}

.code-input {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.code-input::-webkit-outer-spin-button, .code-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.code-input[type=number] {
  -moz-appearance: textfield;
}

.maintenance-block {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.login-box-msg {
  box-shadow: none;
  text-align: center;
  border: none;
  background: transparent;
  overflow: hidden;
  background-color: #F8D7DA;
  height: 50px;
  color:#000;
  padding-top: 20px;
  justify-content: center; 
  flex-direction: column; 
}
.login-box-msg .error-image-block {
  position: relative;
  text-align: center;
  display: inline-flex;
}
.btn-block {
  background-color: #3C6DD9;
  width: 100%;
  height: 40px;
  display: block; 
  margin: 0 auto; 
  border-radius: 15px;
}
.btn-block :hover {
  background-color: #3C6DD9;
  width: 200px;
  height: 50px;
  display: block; 
  margin: 0 auto; 
  border-radius: 10px;
}
.footer {
  left: 0; 
  bottom: 0; 
  width: 100%; 
  height: 50px; 
  color: white; 
  text-align: center; 
  line-height: 50px; 
  z-index: 1000; 
}