
        body { 
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
            display: flex; 
            justify-content: center; 
            align-items: center; 
            height: 100vh; 
            margin: 0; 
            background-color: #f8f9fa; 
            color: #333; 
        }
        .box { 
            text-align: center; 
            padding: 3rem; 
            border-top: 6px solid #ff9800; 
            border-bottom: 6px solid #ff9800; 
           background: white; 
            box-shadow: 0 10px 25px rgba(0,0,0,0.05); 
            border-radius: 8px;
            max-width: 400px;
        }
        .logo {
            width: 420px; /* Ajusta el tamaño según prefieras */
            height: auto;
            margin-bottom: 1px;
        }
        h1 { 
            margin: 0; 
            color: #ff9800; 
            font-size: 2rem;
            letter-spacing: -1px;
        }
        p {
            color: #666;
            line-height: 1.6;
        }
        small {
            color: #d20a0a;
            text-transform: uppercase;
            font-size: 1s.7rem;
            letter-spacing: 1px;
        }
  