#firstboxlogin, #text-login, #logo_login { background-color: transparent;}html { height: 100%;}body { background-size: cover; background-repeat: no-repeat; background-position: center; background-image: url("/plugins/trademark/front/picture.send.php?path=47/689353020ad47.jpg");}html, body {
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* evita scroll horizontal indesejado */
}

/* Imagem de fundo no html cobrindo toda a tela */
html {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Para garantir que o body acompanhe o tamanho do conteúdo sem estourar */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Container principal centralizado */
.page-anonymous {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
}

/* Limita largura do card e evita que extrapole */
.card.card-md {
  max-width: 30rem; /* ou outro valor que preferir */
  width: 100%;
  box-sizing: border-box;
}

/* Estilo do card (login) */
.card.card-md {
  background: linear-gradient(180deg, #0F4593 0%, #3c61d6 100%) !important;
  color: #ffffff !important;
  border-radius: 16px !important;
  border: none !important;
  box-shadow: 10px 10px 0px 0px #0CB2CC, -10px -10px 0px 0px #7BAA66, 0px 0px 50px 0px #ffffff;/* sombra azul */
}

/* Títulos e textos dentro do card */
.card.card-md h1,
.card.card-md label,
.card.card-md .form-label,
.card.card-md .form-check-label,
.card.card-md .text-muted {
  color: #ffffff !important;
}

/* Campos de entrada */
.card.card-md input[type="text"],
.card.card-md input[type="password"],
.card.card-md .form-control {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 8px !important;
}

/* Placeholder */
.card.card-md ::placeholder {
  color: #ffffff !important;
  opacity: 0.8;
}

/* Botão de login */
.card.card-md .btn-primary {
  background-color: #C6985C !important;
  color: #ffffff !important;
  font-weight: bold;
  border-radius: 8px !important;
  border: none; /* sombra dourada */
  transition: all 0.3s ease;
}

.card.card-md .btn-primary:hover {
  background-color: #e0e0e0 !important;
  color: #0F4593 !important;
  box-shadow: -5px -5px 0px 0px #0CB2CC, 5px 5px 0px 0px #7BAA66;; /* sombra dourada mais intensa */
}

/* Checkbox */
.card.card-md .form-check-input {
  accent-color: #ffffff !important;
}

/* Estilo base dos botões da navbar */
.custom-navbar .btn {
  background-color: #0F4593;
  color: #ffffff;
  font-weight: bold;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover: fundo branco, texto azul */
.custom-navbar .btn:hover {
  background-color: #ffffff;
  color: #0F4593;
  box-shadow: 0px 4px 12px 0px rgba(15, 69, 147, 0.4);
}

.custom-alert {
  background: linear-gradient(90deg, #C6985C, #B7854B);
  color: #ffffff !important;
  border: none;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(198, 152, 92, 0.3);
}

/* Navbar normal */
/*.custom-navbar {
  background-color: #0F4593 !important;
  padding: 0.75rem 1rem;
  border-radius: 0 !important;
  box-shadow: 0 0px 20px rgba(198, 152, 92, 0.5);
}

.custom-navbar .navbar-brand {
  color: #ffffff !important;
  font-weight: bold;
  font-size: 1.25rem;
}

.custom-navbar .nav-link {
  color: #ffffff !important;
  font-weight: bold;
  transition: all 0.3s ease;
  border-radius: 6px;
  padding: 0.5rem 1rem;
}

.custom-navbar .nav-link:hover {
  background-color: #ffffff;
  color: #0F4593 !important;
  box-shadow: 0 4px 12px rgba(15, 69, 147, 0.4);
}

/* Mobile */
/*@media (max-width: 992px) {
  /* Deixa o menu inteiro sólido e acima do conteúdo */
 /* .custom-navbar .navbar-collapse {
    position: absolute;
    top: 100%; /* logo abaixo da navbar */
/*    left: 0;
    width: 100%;
    background-color: #0F4593;
    z-index: 9999;
    padding: 1rem 0;
  }

  /* Links maiores e centralizados no mobile */
/*  .custom-navbar .nav-link {
    font-size: 1.2rem;
    padding: 0.75rem 1rem;
    display: block;
    text-align: center;
  }
}
*/

.custom-navbar {
  background-color: #0F4593 !important;
}

.navbar-toggler-icon {
  color: white; /* deixa o ícone branco */
}

.navbar-toggler:focus {
  box-shadow: none; /* remove borda azul ao clicar */
}

.navbar-brand {
  font-weight: bold;
}

.navbar .btn {
  color: #ffffff !important;
  margin: 0px 5px 0px 5px;
}

.navbar .btn:hover {
  color: #0F4593 !important;
  background-color: rgba(255, 255, 255);
  box-shadow: -5px -5px 0px 0px #0CB2CC, 5px 5px 0px 0px #7BAA66;
}

#BarraRetratil {
  background-color: #0F4593;
  z-index: 100;
  box-shadow: 0px 5px 0px 0px #0CB2CC, 0px 10px 0px 0px #7BAA66, 0px 20px 10px 0px rgba(255, 255, 255, 0.5);
}









