body {
  font-family: Arial, sans-serif;
  background: url("https://desnegativa.com.br/assets/fundo2.jpg") no-repeat
    center center fixed;
  background-size: cover;
  color: #333;
  text-align: center;
  padding: 20px;
}

.container {
  max-width: 400px;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.logo {
  text-align: center;
  margin: 10px 0;
}

.logo img {
  max-width: 150px;
}

.footer img {
  max-width: 80px;
}

h2 {
  margin-bottom: 15px;
  font-size: 20px;
}

label {
  font-size: 14px;
  display: block;
  text-align: left;
  margin-top: 10px;
}

input,
select {
  width: 95%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

button {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px;
  font-size: 16px;
  margin-top: 15px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

button:hover {
  background: #0056b3;
}

/* ✅ PROMOÇÃO INDEPENDÊNCIA: Estilos para o footer promocional */
.login-footer {
  margin-top: 20px;
  padding-top: 15px;
}

.promocao-independencia {
  background: linear-gradient(135deg, #009B3A 0%, #FFDF00 100%);
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 20px;
  color: white;
  box-shadow: 0 4px 15px rgba(0, 155, 58, 0.3);
}

.promocao-titulo {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.promocao-info {
  font-size: 1rem;
  margin-bottom: 8px;
}

.promocao-prazo {
  font-size: 0.9rem;
  margin-bottom: 15px;
  opacity: 0.9;
}

/* Classe degradê Brasil para o texto */
.texto-degrade-brasil {
  background: linear-gradient(135deg, #009B3A 0%, #FFDF00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: bold;
  display: inline-block;
}

/* Fallback para navegadores antigos */
@supports not (background-clip: text) {
  .texto-degrade-brasil {
    background: none;
    color: #009B3A;
    font-weight: bold;
  }
}
