tarist-web / static /css /signup_style.css
moathA's picture
Upload folder using huggingface_hub
01704b9 verified
raw
history blame contribute delete
285 Bytes
/* 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;
}