*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;color:#fff;height:100vh;overflow:hidden}#root{height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#505050}.container{min-height:100vh;background:linear-gradient(to bottom right,#6b21a8,#1e3a8a,#4338ca);display:flex;align-items:center;justify-content:center;padding:1rem;position:relative}.background{position:absolute;inset:0;overflow:hidden;z-index:0}.purpleCircle,.blueCircle{position:absolute;width:20rem;height:20rem;border-radius:9999px;filter:blur(64px);opacity:.2}.purpleCircle{top:-10rem;right:-10rem;background-color:#8b5cf6}.blueCircle{bottom:-10rem;left:-10rem;background-color:#3b82f6}.formWrapper{position:relative;width:100%;max-width:28rem;z-index:10}.glassContainer{background-color:#ffffff0d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:1.5rem;padding:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 25px #0006}.header{text-align:center;margin-bottom:2rem}.iconWrapper{width:4rem;height:4rem;background:linear-gradient(to bottom right,#8b5cf6,#3b82f6);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.icon{color:#fff;width:2rem;height:2rem}.title{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:.5rem}.subtitle{color:#ffffffb3}.socialGroup{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.socialBtn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1rem;border-radius:.75rem;font-weight:500;transition:all .2s ease}.github{background-color:#1f2937;color:#fff}.github:hover{background-color:#374151}.google{background-color:#fff;color:#1f2937}.google:hover{background-color:#f9fafb}.googleIcon{color:#ef4444}.socialIcon{width:1.25rem;height:1.25rem;transition:transform .2s ease}.socialBtn:hover .socialIcon{transform:scale(1.1)}.divider{position:relative;margin-bottom:1.5rem}.line{border-top:1px solid rgba(255,255,255,.3);width:100%}.dividerText{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);padding:0 1rem;background:transparent;color:#ffffffb3;font-size:.875rem}.inputGroup{display:flex;flex-direction:column;gap:1rem}.inputWrapper{position:relative}.inputIcon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#ffffff80;width:1.25rem;height:1.25rem;pointer-events:none}.input{width:100%;padding:.75rem 1rem .75rem 2.5rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:.75rem;color:#fff;font-size:1rem}.input::placeholder{color:#ffffff80}.eyeButton{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;display:flex;align-items:center}.eyeIcon{color:#ffffff80;width:1.25rem;height:1.25rem;transition:color .2s ease}.eyeButton:hover .eyeIcon{color:#fff}.rememberRow{display:flex;align-items:center;justify-content:space-between}.checkboxLabel{display:flex;align-items:center}.checkbox{width:1rem;height:1rem}.checkboxText{margin-left:.5rem;font-size:.875rem;color:#ffffffb3}.forgot{font-size:.875rem;color:#c084fc;background:none;border:none;transition:color .2s}.forgot:hover{color:#d8b4fe}.submitButton{width:100%;background:linear-gradient(to right,#8b5cf6,#3b82f6);color:#fff;font-weight:500;padding:.75rem 1rem;border-radius:.75rem;transition:all .2s ease;box-shadow:0 4px 14px #00000040}.submitButton:hover{transform:scale(1.05);box-shadow:0 6px 18px #00000059}.toggle{text-align:center;margin-top:1.5rem}.toggleLink{margin-left:.25rem;color:#c084fc;background:none;border:none;font-weight:500;transition:color .2s}.toggleLink:hover{color:#d8b4fe}.terms{text-align:center;margin-top:1rem;font-size:.75rem;color:#ffffff80}.link{color:#c084fc;text-decoration:none}.link:hover{color:#d8b4fe}
