.authentication-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-height: 100vh;
  width: 100%;
}
.authentication-wrapper .authentication-inner {
  width: 100%;
}
.authentication-wrapper.authentication-basic {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.authentication-wrapper .auth-cover-illustration {
  z-index: 1;
  max-inline-size: 38rem;
}
.authentication-wrapper .authentication-image-object-left {
  position: absolute;
  bottom: 6%;
  left: 4%;
}
.authentication-wrapper .authentication-image-object-right {
  position: absolute;
  bottom: 7%;
  right: 4%;
}
.authentication-wrapper .authentication-image {
  z-index: -1;
  inline-size: 100%;
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
}
.authentication-wrapper .authentication-image-model {
  width: 768px;
}
.authentication-wrapper.authentication-cover {
  -ms-flex-align: start;
      align-items: flex-start;
}
.authentication-wrapper.authentication-cover .authentication-inner {
  min-height: 100vh;
  position: relative;
}
.authentication-wrapper.authentication-cover .authentication-image {
  inset-inline-start: unset;
}
.authentication-wrapper.authentication-cover .authentication-image-tree {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
}
.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 900px; /* Aumenta a largura total do card */
}
.authentication-wrapper .auth-input-wrapper .auth-input {
  max-width: 50px;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 150%;
}

@media (max-width: 575.98px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 1.25rem;
  }
}
.light-style .authentication-wrapper .authentication-bg {
  background-color: #fff;
}


/**************************************************************************/
/******                      CUSTOMIZADOS                             *****/
/**************************************************************************/
/* Estilo para a classe cabeçalho-secretaria com texto centralizado e fonte Antenna regular */
.cabecalho-secretaria {
  text-align: center;
  font-family: 'AntennaRegular', sans-serif; /* Certifique-se de que a fonte Antenna Regular esteja disponível ou substitua pelo nome da fonte correta */
  padding-top: 20px;
}

.cabecalho-secretaria p {
  margin: 0;
}

/* Estilo para a segunda linha com fonte Antenna bold dentro da classe cabeçalho-secretaria */
.cabecalho-secretaria .linha-bold {
  font-family: 'AntennaBold', sans-serif; /* Certifique-se de que a fonte Antenna Bold esteja disponível ou substitua pelo nome da fonte correta */
  font-weight: bold;
}

.logos-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
}

.app-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px; /* Aumenta o espaço entre os logos */
}

.logo-img {
  max-width: 100%; /* Allow logos to scale within their container */
  margin-bottom: 20px;
}

.logos-column {
  background-color: #fff; /* Define o fundo branco para a coluna de logos */
}
