    
    body {
  background-color: #fff3e0;
  background-image: 
    linear-gradient(135deg, #fff3e0, #ffffff),
    url('https://www.transparenttextures.com/patterns/cubes.png');
  background-repeat: repeat;
  background-size: auto;
  min-height: 100vh;
  position: relative;
}

body::before {
  content: "";
  background: url('/images/logocoop_quadro.png') no-repeat center center;
  background-size: 40%;
  opacity: 0.06;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}


    .text-orange {
      color: #f57c00;
    }
    .btn-orange {
      background-color: #f57c00;
      color: white;
    }
    .btn-orange:hover {
      background-color: #e65100;
      color: white;
    }
    .login-card {
      max-width: 400px;
      margin: auto;
      margin-top: 6vh;
      padding: 2rem;
      border-radius: 1rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      background-color: white;
    }
    footer {
      position: fixed;
      bottom: 0;
      width: 100%;
      background: #ffffff;
      border-top: 1px solid #dee2e6;
      text-align: center;
      padding: 0.8rem;
      font-size: 0.9rem;
      color: #6c757d;
    }
    .login-logo {
      height: 60px;
      margin-bottom: 1rem;
    }
  