

        
        .logg {
            background: linear-gradient(135deg, #f5f7fa 0%, #e4edf9 100%);
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }
        
        .achtergrond {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }
        
        .vormen-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .vorm {
            position: absolute;
            border-radius: 50%;
            background: linear-gradient(45deg, rgba(67, 97, 238, 0.1) 0%, rgba(111, 66, 193, 0.1) 100%);
            animation: zweven 15s infinite linear;
        }
        
        .vorm:nth-child(1) {
            width: 300px;
            height: 300px;
            top: 10%;
            left: 5%;
            animation-delay: 0s;
        }
        
        .vorm:nth-child(2) {
            width: 200px;
            height: 200px;
            top: 70%;
            left: 80%;
            animation-delay: -5s;
        }
        
        .vorm:nth-child(3) {
            width: 150px;
            height: 150px;
            top: 30%;
            left: 70%;
            animation-delay: -10s;
        }
        
        .vorm:nth-child(4) {
            width: 250px;
            height: 250px;
            top: 60%;
            left: 10%;
            animation-delay: -7s;
        }
        
        .inlog-container {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 450px;
            overflow: hidden;
            position: relative;
            /* z-index: 10; */
            transform: translateY(30px);
            opacity: 0;
            animation: verschijnen 0.8s ease-out forwards;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.5);
        }
        
        .inlog-header {
            text-align: center;
            padding: 40px 30px 20px;
            background: linear-gradient(to right, #4361ee, #6f42c1);
            color: white;
            position: relative;
        }
        
        .inlog-header::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 20px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M0,128L48,117.3C96,107,192,85,288,101.3C384,117,480,171,576,170.7C672,171,768,117,864,112C960,107,1056,149,1152,165.3C1248,181,1344,171,1392,165.3L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
            background-size: cover;
        }
        
        .inlog-titel {
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            font-size: 2.5rem;
            margin-bottom: 10px;
            letter-spacing: -0.5px;
        }
        
        .inlog-subtitel {
            font-weight: 300;
            opacity: 0.9;
            font-size: 1.1rem;
        }
        
        .inlog-body {
            padding: 30px;
        }
        
        .foutmelding {
            background: #fee;
            border-left: 4px solid #f44336;
            padding: 15px;
            margin-bottom: 25px;
            border-radius: 4px;
            color: #f44336;
            font-size: 0.95rem;
            animation: schudden 0.5s ease;
        }
        
        .inlog-formulier {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }
        
        .invoergroep {
            position: relative;
        }
        
        .invoergroep i {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #4361ee;
            font-size: 1.2rem;
        }
        
        .invoerveld {
            width: 100%;
            padding: 16px 16px 16px 50px;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background: #f8fafc;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
        }
        
        .invoerveld:focus {
            outline: none;
            border-color: #4361ee;
            box-shadow: 0 5px 15px rgba(67, 97, 238, 0.15);
            background: #fff;
        }
        
        .invoerveld::placeholder {
            color: #a0aec0;
        }
        
        .captcha-container {
            background: #f8fafc;
            border-radius: 12px;
            padding: 20px;
            border: 1px solid #e0e0e0;
        }
        
        .captcha-titel {
            font-weight: 600;
            margin-bottom: 15px;
            color: #2d3748;
        }
        
        .captcha-afbeelding {
            background: #e2e8f0;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            margin-bottom: 15px;
            font-weight: bold;
            letter-spacing: 3px;
            color: #2d3748;
            font-size: 1.8rem;
            font-family: 'Montserrat', sans-serif;
        }
        
        .captcha-invoer {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            font-size: 1rem;
            background: #fff;
        }
        
        .captcha-invoer:focus {
            outline: none;
            border-color: #4361ee;
        }
        
        .knop-groep {
            margin-top: 10px;
        }
        
        .inlog-knop {
            background: linear-gradient(to right, #4361ee, #6f42c1);
            color: white;
            border: none;
            border-radius: 12px;
            padding: 16px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            width: 100%;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .inlog-knop::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
            transition: all 0.6s ease;
        }
        
        .inlog-knop:hover::before {
            left: 100%;
        }
        
        .inlog-knop:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(67, 97, 238, 0.4);
        }
        
        .inlog-knop:active {
            transform: translateY(0);
        }
        
        .logg .extra-links {
            margin-top: 25px;
            text-align: center;
            font-size: 0.95rem;
            color: #4a5568;
        }
        
       .logg  .link {
            color: #4361ee;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.2s ease;
            position: relative;
        }
        
        .logg .link::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            background: #4361ee;
            transition: width 0.3s ease;
        }
        
       .logg .link:hover::after {
            width: 100%;
        }
        
       .logg .link:hover {
            color: #6f42c1;
        }
        
        @keyframes zweven {
            0% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(180deg);
            }
            100% {
                transform: translateY(0) rotate(360deg);
            }
        }
        
        @keyframes verschijnen {
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }
        
        @keyframes schudden {
            0% { transform: translateX(0); }
            20% { transform: translateX(-10px); }
            40% { transform: translateX(10px); }
            60% { transform: translateX(-10px); }
            80% { transform: translateX(10px); }
            100% { transform: translateX(0); }
        }
        
        @media (max-width: 480px) {
            .inlog-container {
                max-width: 100%;
            }
            
            .inlog-header {
                padding: 30px 20px 15px;
            }
            
            .inlog-titel {
                font-size: 2rem;
            }
            
            .inlog-body {
                padding: 25px 20px;
            }
        }
        
        
        
        
        
        
        
     
        .passy {
            background: linear-gradient(135deg, #f5f7fa 0%, #e4edf9 100%);
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }
        
        .sfondo {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }
        
        .onde {
            position: absolute;
            width: 200%;
            height: 100%;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%234361ee' fill-opacity='0.1' d='M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
            background-size: 50% 100%;
            animation: ondeggiare 15s linear infinite;
        }
        
        .contenitore {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 500px;
            overflow: hidden;
            position: relative;
            /* z-index: 10; */
            transform: translateY(30px);
            opacity: 0;
            animation: apparire 0.8s ease-out forwards;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.5);
        }
        
        .testa {
            text-align: center;
            padding: 40px 30px 30px;
            background: linear-gradient(to right, #4361ee, #6f42c1);
            color: white;
            position: relative;
        }
        
        .testa::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 20px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M0,128L48,117.3C96,107,192,85,288,101.3C384,117,480,171,576,170.7C672,171,768,117,864,112C960,107,1056,149,1152,165.3C1248,181,1344,171,1392,165.3L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
            background-size: cover;
        }
        
        .titolo {
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            font-size: 2.2rem;
            margin-bottom: 10px;
            letter-spacing: -0.5px;
        }
        
        .sottotitolo {
            font-weight: 300;
            opacity: 0.9;
            font-size: 1rem;
        }
        
        .corpo {
            padding: 30px;
        }
        
        .messaggio {
            background: #f8fafc;
            border-left: 4px solid #4361ee;
            padding: 15px;
            margin-bottom: 25px;
            border-radius: 4px;
            color: #2d3748;
            font-size: 0.95rem;
            animation: apparire 0.5s ease;
        }
        
        .errore {
            background: #fee;
            border-left: 4px solid #f44336;
            padding: 15px;
            margin-bottom: 25px;
            border-radius: 4px;
            color: #f44336;
            font-size: 0.95rem;
            animation: scuotere 0.5s ease;
        }
        
        .successo {
            background: #e6fffa;
            border-left: 4px solid #38b2ac;
            padding: 15px;
            margin-bottom: 25px;
            border-radius: 4px;
            color: #2c7a7b;
            font-size: 0.95rem;
            animation: apparire 0.5s ease;
        }
        
        .formula {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }
        
        .gruppo {
            position: relative;
        }
        
        .gruppo i {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #4361ee;
            font-size: 1.2rem;
        }
        
        .campo {
            width: 100%;
            padding: 16px 16px 16px 50px;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background: #f8fafc;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
        }
        
        .campo:focus {
            outline: none;
            border-color: #4361ee;
            box-shadow: 0 5px 15px rgba(67, 97, 238, 0.15);
            background: #fff;
        }
        
        .campo::placeholder {
            color: #a0aec0;
        }
        
        .captcha-contenitore {
            background: #f8fafc;
            border-radius: 12px;
            padding: 20px;
            border: 1px solid #e0e0e0;
        }
        
        .captcha-titolo {
            font-weight: 600;
            margin-bottom: 15px;
            color: #2d3748;
        }
        
        .captcha-immagine {
            background: #e2e8f0;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            margin-bottom: 15px;
            font-weight: bold;
            letter-spacing: 3px;
            color: #2d3748;
            font-size: 1.8rem;
            font-family: 'Montserrat', sans-serif;
        }
        
        .captcha-campo {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            font-size: 1rem;
            background: #fff;
        }
        
        .captcha-campo:focus {
            outline: none;
            border-color: #4361ee;
        }
        
        .gruppo-pulsante {
            margin-top: 10px;
        }
        
        .pulsante {
            background: linear-gradient(to right, #4361ee, #6f42c1);
            color: white;
            border: none;
            border-radius: 12px;
            padding: 16px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            width: 100%;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .pulsante::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
            transition: all 0.6s ease;
        }
        
        .pulsante:hover::before {
            left: 100%;
        }
        
        .pulsante:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(67, 97, 238, 0.4);
        }
        
        .pulsante:active {
            transform: translateY(0);
        }
        
        .passy .link {
            color: #4361ee;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.2s ease;
            position: relative;
        }
        
        .passy .link::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            background: #4361ee;
            transition: width 0.3s ease;
        }
        
        .passy .link:hover::after {
            width: 100%;
        }
        
        .passy .link:hover {
            color: #6f42c1;
        }
        
        @keyframes ondeggiare {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }
        
        @keyframes apparire {
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }
        
        @keyframes scuotere {
            0% { transform: translateX(0); }
            20% { transform: translateX(-10px); }
            40% { transform: translateX(10px); }
            60% { transform: translateX(-10px); }
            80% { transform: translateX(10px); }
            100% { transform: translateX(0); }
        }
        
        @media (max-width: 480px) {
            .contenitore {
                max-width: 100%;
            }
            
            .testa {
                padding: 30px 20px 20px;
            }
            
            .titolo {
                font-size: 1.8rem;
            }
            
            .corpo {
                padding: 25px 20px;
            }
        }
        
        
        
  
        
        .regii {
            background: linear-gradient(135deg, #f5f7fa 0%, #e4edf9 100%);
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }
        
        .bakgrunn {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }
        
        .bølger {
            position: absolute;
            width: 200%;
            height: 100%;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%234361ee' fill-opacity='0.1' d='M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
            background-size: 50% 100%;
            animation: bølgeanimasjon 15s linear infinite;
        }
        
        .registreringsboks {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 600px;
            overflow: hidden;
            position: relative;
           /* z-index: 10; */
            transform: translateY(30px);
            opacity: 0;
            animation: vises 0.8s ease-out forwards;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.5);
        }
        
        .toppdel {
            text-align: center;
            padding: 30px;
            background: linear-gradient(to right, #4361ee, #6f42c1);
            color: white;
            position: relative;
        }
        
        .toppdel::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 20px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M0,128L48,117.3C96,107,192,85,288,101.3C384,117,480,171,576,170.7C672,171,768,117,864,112C960,107,1056,149,1152,165.3C1248,181,1344,171,1392,165.3L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
            background-size: cover;
        }
        
        .tittel {
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            font-size: 2.2rem;
            margin-bottom: 10px;
            letter-spacing: -0.5px;
        }
        
        .undertittel {
            font-weight: 300;
            opacity: 0.9;
            font-size: 1rem;
        }
        
        .hoveddel {
            padding: 30px;
        }
        
        .feilmelding {
            background: #fee;
            border-left: 4px solid #f44336;
            padding: 15px;
            margin-bottom: 25px;
            border-radius: 4px;
            color: #f44336;
            font-size: 0.95rem;
            animation: risting 0.5s ease;
        }
        
        .skjema {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
        .inputgruppe {
            position: relative;
        }
        
        .inputgruppe i {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #4361ee;
            font-size: 1.2rem;
        }
        
        .inputfelt {
            width: 100%;
            padding: 16px 16px 16px 50px;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background: #f8fafc;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
        }
        
        .inputfelt:focus {
            outline: none;
            border-color: #4361ee;
            box-shadow: 0 5px 15px rgba(67, 97, 238, 0.15);
            background: #fff;
        }
        
        .inputfelt::placeholder {
            color: #a0aec0;
        }
        
        .to-kolonner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }
        
        .captcha-boks {
            background: #f8fafc;
            border-radius: 12px;
            padding: 20px;
            border: 1px solid #e0e0e0;
            margin-top: 20px;
        }
        
        .captcha-tittel {
            font-weight: 600;
            margin-bottom: 15px;
            color: #2d3748;
        }
        
        .captcha-bilde {
            background: #e2e8f0;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            margin-bottom: 15px;
            font-weight: bold;
            letter-spacing: 3px;
            color: #2d3748;
            font-size: 1.8rem;
            font-family: 'Montserrat', sans-serif;
        }
        
        .captcha-input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            font-size: 1rem;
            background: #fff;
        }
        
        .captcha-input:focus {
            outline: none;
            border-color: #4361ee;
        }
        
        .knappegruppe {
            margin-top: 20px;
        }
        
        .hovedknapp {
            background: linear-gradient(to right, #4361ee, #6f42c1);
            color: white;
            border: none;
            border-radius: 12px;
            padding: 16px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            width: 100%;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .hovedknapp::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
            transition: all 0.6s ease;
        }
        
        .hovedknapp:hover::before {
            left: 100%;
        }
        
        .hovedknapp:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(67, 97, 238, 0.4);
        }
        
        .hovedknapp:active {
            transform: translateY(0);
        }
        
        .lenke {
            color: #4361ee;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.2s ease;
            position: relative;
        }
        
        .lenke::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            background: #4361ee;
            transition: width 0.3s ease;
        }
        
        .lenke:hover::after {
            width: 100%;
        }
        
        .lenke:hover {
            color: #6f42c1;
        }
        
        .avtaleboks {
            display: flex;
            align-items: center;
            margin-top: 20px;
            padding: 15px;
            background: #f8fafc;
            border-radius: 12px;
        }
        
        .avtaletekst {
            margin-left: 10px;
            font-size: 0.9rem;
            color: #4a5568;
        }
        
        @keyframes bølgeanimasjon {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }
        
        @keyframes vises {
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }
        
        @keyframes risting {
            0% { transform: translateX(0); }
            20% { transform: translateX(-10px); }
            40% { transform: translateX(10px); }
            60% { transform: translateX(-10px); }
            80% { transform: translateX(10px); }
            100% { transform: translateX(0); }
        }
        
        @media (max-width: 768px) {
            .to-kolonner {
                grid-template-columns: 1fr;
            }
            
            .registreringsboks {
                max-width: 100%;
            }
            
            .toppdel {
                padding: 25px 20px;
            }
            
            .tittel {
                font-size: 1.8rem;
            }
            
            .hoveddel {
                padding: 25px 20px;
            }
        }
    
    
    
    
    
    
     
     
        .pinny {
            background: linear-gradient(135deg, #f5f7fa 0%, #e4edf9 100%);
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }
        
        .fondo {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }
        
        .formas {
            position: absolute;
            width: 100%;
            height: 100%;
        }
        
        .forma {
            position: absolute;
            border-radius: 50%;
            background: linear-gradient(45deg, rgba(67, 97, 238, 0.1) 0%, rgba(111, 66, 193, 0.1) 100%);
            animation: flotar 15s infinite linear;
        }
        
        .forma:nth-child(1) {
            width: 250px;
            height: 250px;
            top: 10%;
            left: 5%;
            animation-delay: 0s;
        }
        
        .forma:nth-child(2) {
            width: 180px;
            height: 180px;
            top: 70%;
            left: 80%;
            animation-delay: -5s;
        }
        
        .forma:nth-child(3) {
            width: 120px;
            height: 120px;
            top: 30%;
            left: 70%;
            animation-delay: -10s;
        }
        
        .forma:nth-child(4) {
            width: 200px;
            height: 200px;
            top: 60%;
            left: 10%;
            animation-delay: -7s;
        }
        
        .contenedor-pin {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 450px;
            overflow: hidden;
            position: relative;
             /* z-index: 10; */
            transform: translateY(30px);
            opacity: 0;
            animation: aparecer 0.8s ease-out forwards;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.5);
        }
        
        .encabezado {
            text-align: center;
            padding: 30px;
            background: linear-gradient(to right, #4361ee, #6f42c1);
            color: white;
            position: relative;
        }
        
        .encabezado::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 20px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M0,128L48,117.3C96,107,192,85,288,101.3C384,117,480,171,576,170.7C672,171,768,117,864,112C960,107,1056,149,1152,165.3C1248,181,1344,171,1392,165.3L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
            background-size: cover;
        }
        
        .titulo {
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            font-size: 2rem;
            margin-bottom: 5px;
            letter-spacing: -0.5px;
        }
        
        .contenido {
            padding: 30px;
            text-align: center;
        }
        
        .descripcion {
            color: #4a5568;
            margin-bottom: 25px;
            line-height: 1.6;
            font-size: 1.05rem;
        }
        
        .formulario-pin {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }
        
        .grupo-input {
            position: relative;
            width: 100%;
            max-width: 300px;
        }
        
        .grupo-input i {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #4361ee;
            font-size: 1.2rem;
        }
        
        .entrada-pin {
            width: 100%;
            padding: 16px 16px 16px 50px;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            font-size: 1.2rem;
            transition: all 0.3s ease;
            background: #f8fafc;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
            text-align: center;
            letter-spacing: 5px;
            font-weight: 600;
            color: #2d3748;
        }
        
        .entrada-pin:focus {
            outline: none;
            border-color: #4361ee;
            box-shadow: 0 5px 15px rgba(67, 97, 238, 0.15);
            background: #fff;
            transform: scale(1.02);
        }
        
        .entrada-pin::placeholder {
            letter-spacing: normal;
            font-weight: normal;
            color: #a0aec0;
        }
        
        .boton-verificar {
            background: linear-gradient(to right, #4361ee, #6f42c1);
            color: white;
            border: none;
            border-radius: 12px;
            padding: 16px 40px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
            position: relative;
            overflow: hidden;
            margin-top: 10px;
        }
        
        .boton-verificar::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
            transition: all 0.6s ease;
        }
        
        .boton-verificar:hover::before {
            left: 100%;
        }
        
        .boton-verificar:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(67, 97, 238, 0.4);
        }
        
        .boton-verificar:active {
            transform: translateY(0);
        }
        
        .texto-ayuda {
            margin-top: 25px;
            font-size: 0.9rem;
            color: #718096;
        }
        
        .enlace {
            color: #4361ee;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.2s ease;
            position: relative;
        }
        
        .enlace::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            background: #4361ee;
            transition: width 0.3s ease;
        }
        
        .enlace:hover::after {
            width: 100%;
        }
        
        .animacion-pin {
            display: flex;
            justify-content: center;
            margin-bottom: 25px;
        }
        
        .circulo-pin {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #4361ee, #6f42c1);
            display: flex;
            align-items: center;
            justify-content: center;
            animation: latido 2s infinite ease-in-out;
        }
        
        .circulo-pin i {
            color: white;
            font-size: 1.8rem;
        }
        
        @keyframes flotar {
            0% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(180deg);
            }
            100% {
                transform: translateY(0) rotate(360deg);
            }
        }
        
        @keyframes aparecer {
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }
        
        @keyframes latido {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }
        
        @media (max-width: 480px) {
            .contenedor-pin {
                max-width: 100%;
            }
            
            .encabezado {
                padding: 25px 20px;
            }
            
            .titulo {
                font-size: 1.8rem;
            }
            
            .contenido {
                padding: 25px 20px;
            }
            
            .entrada-pin {
                padding: 14px 14px 14px 45px;
                font-size: 1rem;
            }
        }
    
    
    
    
    
        .ffaa {
            background: linear-gradient(135deg, #f5f7fa 0%, #e4edf9 100%);
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }
        
        .fondo {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }
        
        .formas {
            position: absolute;
            width: 100%;
            height: 100%;
        }
        
        .forma {
            position: absolute;
            border-radius: 50%;
            background: linear-gradient(45deg, rgba(67, 97, 238, 0.1) 0%, rgba(111, 66, 193, 0.1) 100%);
            animation: flotar 15s infinite linear;
        }
        
        .forma:nth-child(1) {
            width: 250px;
            height: 250px;
            top: 10%;
            left: 5%;
            animation-delay: 0s;
        }
        
        .forma:nth-child(2) {
            width: 180px;
            height: 180px;
            top: 70%;
            left: 80%;
            animation-delay: -5s;
        }
        
        .forma:nth-child(3) {
            width: 120px;
            height: 120px;
            top: 30%;
            left: 70%;
            animation-delay: -10s;
        }
        
        .forma:nth-child(4) {
            width: 200px;
            height: 200px;
            top: 60%;
            left: 10%;
            animation-delay: -7s;
        }
        
        .contenedor-dfa {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 450px;
            overflow: hidden;
            position: relative;
             /* z-index: 10; */
            transform: translateY(30px);
            opacity: 0;
            animation: aparecer 0.8s ease-out forwards;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.5);
        }
        
        .encabezado {
            text-align: center;
            padding: 30px;
            background: linear-gradient(to right, #4361ee, #6f42c1);
            color: white;
            position: relative;
        }
        
        .encabezado::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 20px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M0,128L48,117.3C96,107,192,85,288,101.3C384,117,480,171,576,170.7C672,171,768,117,864,112C960,107,1056,149,1152,165.3C1248,181,1344,171,1392,165.3L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
            background-size: cover;
        }
        
        .titulo {
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            font-size: 2rem;
            margin-bottom: 5px;
            letter-spacing: -0.5px;
        }
        
        .subtitulo {
            font-weight: 300;
            opacity: 0.9;
            font-size: 1rem;
        }
        
        .contenido {
            padding: 30px;
            text-align: center;
        }
        
        .icono-seguridad {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #4361ee, #6f42c1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            color: white;
            font-size: 2.5rem;
            animation: latido 2s infinite ease-in-out;
        }
        
        .mensaje {
            color: #4a5568;
            margin-bottom: 25px;
            line-height: 1.6;
            font-size: 1.05rem;
        }
        
        .error {
            background: #fee;
            border-left: 4px solid #f44336;
            padding: 15px;
            margin-bottom: 25px;
            border-radius: 4px;
            color: #f44336;
            font-size: 0.95rem;
            animation: sacudir 0.5s ease;
        }
        
        .formulario-dfa {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }
        
        .grupo-codigo {
            position: relative;
            width: 100%;
            max-width: 300px;
        }
        
        .grupo-codigo i {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #4361ee;
            font-size: 1.2rem;
        }
        
        .entrada-codigo {
            width: 100%;
            padding: 16px 16px 16px 50px;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            font-size: 1.2rem;
            transition: all 0.3s ease;
            background: #f8fafc;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
            text-align: center;
            letter-spacing: 5px;
            font-weight: 600;
            color: #2d3748;
        }
        
        .entrada-codigo:focus {
            outline: none;
            border-color: #4361ee;
            box-shadow: 0 5px 15px rgba(67, 97, 238, 0.15);
            background: #fff;
            transform: scale(1.02);
        }
        
        .entrada-codigo::placeholder {
            letter-spacing: normal;
            font-weight: normal;
            color: #a0aec0;
        }
        
        .grupo-botones {
            display: flex;
            gap: 15px;
            margin-top: 10px;
            width: 100%;
            max-width: 300px;
            justify-content: center;
        }
        
        .boton-enviar {
            background: linear-gradient(to right, #4361ee, #6f42c1);
            color: white;
            border: none;
            border-radius: 12px;
            padding: 16px 25px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
            position: relative;
            overflow: hidden;
            flex: 1;
        }
        
        .boton-cancelar {
            background: #e2e8f0;
            color: #4a5568;
            border: none;
            border-radius: 12px;
            padding: 16px 25px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            flex: 1;
        }
        
        .boton-enviar::before,
        .boton-cancelar::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
            transition: all 0.6s ease;
        }
        
        .boton-enviar:hover::before,
        .boton-cancelar:hover::before {
            left: 100%;
        }
        
        .boton-enviar:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(67, 97, 238, 0.4);
        }
        
        .boton-cancelar:hover {
            transform: translateY(-3px);
            background: #cbd5e0;
        }
        
        .boton-enviar:active,
        .boton-cancelar:active {
            transform: translateY(0);
        }
        
        .texto-ayuda {
            margin-top: 25px;
            font-size: 0.9rem;
            color: #718096;
        }
        
        .enlace {
            color: #4361ee;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.2s ease;
            position: relative;
        }
        
        .enlace::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            background: #4361ee;
            transition: width 0.3s ease;
        }
        
        .enlace:hover::after {
            width: 100%;
        }
        
        @keyframes flotar {
            0% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(180deg);
            }
            100% {
                transform: translateY(0) rotate(360deg);
            }
        }
        
        @keyframes aparecer {
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }
        
        @keyframes sacudir {
            0% { transform: translateX(0); }
            20% { transform: translateX(-10px); }
            40% { transform: translateX(10px); }
            60% { transform: translateX(-10px); }
            80% { transform: translateX(10px); }
            100% { transform: translateX(0); }
        }
        
        @keyframes latido {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }
        
        @media (max-width: 480px) {
            .contenedor-dfa {
                max-width: 100%;
            }
            
            .encabezado {
                padding: 25px 20px;
            }
            
            .titulo {
                font-size: 1.8rem;
            }
            
            .contenido {
                padding: 25px 20px;
            }
            
            .entrada-codigo {
                padding: 14px 14px 14px 45px;
                font-size: 1rem;
            }
            
            .grupo-botones {
                flex-direction: column;
            }
        }
