@keyframes move{to{transform:translateZ(1px) rotate(360deg)}}body{font-family:Arial,sans-serif;background-color:#f4f4f4;display:flex;justify-content:center;align-items:center;height:100vh}img{max-width:80%;margin:0 0 0 22px}.form-container{background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 0 10px #0000001a;width:300px;z-index:1}.form-container h2{text-align:center}.form-group{margin-bottom:15px}label{display:block;margin-bottom:5px}input[type=text],input[type=password]{width:100%;padding:8px;box-sizing:border-box}.gender-options{display:flex;gap:10px}button{width:100%;padding:10px;background-color:#1ed4f4;border:none;color:#fff;border-radius:5px;cursor:pointer}button:hover{background-color:#ff3c00}.background{position:fixed;width:100vw;height:100vh;top:0;left:0;background:#1ed4f4;overflow:hidden;z-index:0}.ball{position:absolute;width:20vmin;height:20vmin;border-radius:50%;backface-visibility:hidden;animation:move linear infinite}.ball:nth-child(odd){color:orange}.ball:nth-child(2n){color:#ff3c00}.ball:nth-child(1){top:77%;left:88%;animation-duration:40s;animation-delay:-3s;transform-origin:16vw -2vh;box-shadow:40vmin 0 5.703076368487546vmin currentColor}.ball:nth-child(2){top:42%;left:2%;animation-duration:53s;animation-delay:-29s;transform-origin:-19vw 21vh;box-shadow:-40vmin 0 5.17594621519026vmin currentColor}.ball:nth-child(3){top:28%;left:18%;animation-duration:49s;animation-delay:-8s;transform-origin:-22vw 3vh;box-shadow:40vmin 0 5.248179047256236vmin currentColor}.ball:nth-child(4){top:50%;left:79%;animation-duration:26s;animation-delay:-21s;transform-origin:-17vw -6vh;box-shadow:40vmin 0 5.279749632220298vmin currentColor}.ball:nth-child(5){top:46%;left:15%;animation-duration:36s;animation-delay:-40s;transform-origin:4vw 0vh;box-shadow:-40vmin 0 5.964309466052033vmin currentColor}.ball:nth-child(6){top:77%;left:16%;animation-duration:31s;animation-delay:-10s;transform-origin:18vw 4vh;box-shadow:40vmin 0 5.178483653434181vmin currentColor}.ball:nth-child(7){top:22%;left:17%;animation-duration:55s;animation-delay:-6s;transform-origin:1vw -23vh;box-shadow:-40vmin 0 5.703026794398318vmin currentColor}.ball:nth-child(8){top:41%;left:47%;animation-duration:43s;animation-delay:-28s;transform-origin:25vw -3vh;box-shadow:40vmin 0 5.196265905749415vmin currentColor}p{text-align:center;color:#000}input[type=radio]{accent-color:black}h3{text-align:center;color:#000}#policy{margin-top:15px}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal.hidden{display:none}.modal-content{background-color:#fff;padding:20px;border-radius:10px;text-align:left;max-width:600px;width:90%;box-shadow:0 4px 8px #0003;overflow-y:auto;max-height:80vh}.modal-content h2{margin-top:0}.modal-content button{margin-top:20px;padding:10px 20px;background-color:#ff3c00;color:#fff;border:none;border-radius:5px;cursor:pointer}.modal-content button:hover{background-color:#ff3c00}
