.register-page{background:url(/Register.png) no-repeat 50% fixed;background-size:cover;min-height:100vh;display:flex;align-items:center;justify-content:center}.register-overlay{background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:3rem;border-radius:16px;box-shadow:0 12px 36px rgba(0,0,0,.1);width:90%;max-width:400px}.form-container{display:flex;flex-direction:column;gap:1rem}.form-container h2,.gradient-heading{font-size:1.75rem;font-weight:700;text-align:center;margin-bottom:1rem;line-height:1.4;color:#111}.gradient-heading span{background:linear-gradient(90deg,#facc15,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.form-container input{padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:8px;background-color:#fff}.form-container button{padding:.75rem;font-size:1rem;font-weight:500;border:none;border-radius:8px;background-color:#0070f3;color:white;cursor:pointer;transition:background .3s ease}.form-container button:hover{background-color:#005dc1}@media (max-width:600px){.register-overlay{padding:2rem 1.5rem}.form-container h2,.gradient-heading{font-size:1.5rem}}.form-subtext{font-size:1rem;color:#555;text-align:center;margin-bottom:1rem;line-height:1.6}