Spaces:
Sleeping
Sleeping
| /* signup_style.css */ | |
| @import url('login_style.css'); | |
| /* Reuse base auth styles */ | |
| /* Specific overrides for Signup if needed */ | |
| .auth-box { | |
| max-width: 550px; | |
| /* Slightly wider for more fields */ | |
| padding-top: 40px; | |
| } | |
| .auth-title { | |
| margin-bottom: 30px; | |
| } |