transition: color 0.3s ease; } .navbar-nav .nav-link:hover { color: var(--accent-color) !important; } /* Signup Section */ .signup-section { padding: 80px 0; min-height: 70vh; display: flex; align-items: center; } .signup-card { background: white; border-radius: 16px; padding: 3rem; box-shadow: var(--shadow-lg); border: 1px solid var(--border-color); } .signup-header { text-align: center; margin-bottom: 2rem; } .signup-title { font-size: 2rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.5rem; } .signup-subtitle { color: var(--text-light); font-size: 1rem; margin-bottom: 0; } .form-floating { margin-bottom: 1rem; } .form-floating > label { color: var(--text-light); font-weight: 500; } .form-control { border: 2px solid var(--border-color); border-radius: 8px; padding: 1rem 0.75rem; font-size: 1rem; transition: border-color 0.3s ease, box-shadow 0.3s ease; } .form-control:focus { border-color: var(--accent-color); box-shadow: 0 0 0 0.2rem rgba(49, 130, 206, 0.25); } .btn-signup { width: 100%; padding: 0.875rem 1rem; background: var(--accent-color); color: white; border: none; border-radius: 8px; font-size: 1rem; font-weight: 600; transition: background 0.3s ease, transform 0.3s ease; margin-top: 1rem; } .btn-signup:hover { background: #2c5282; transform: translateY(-2px); } .login-link { text-align: center; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--border-color); } .login-link p { margin: 0; color: var(--text-light); font-size: 1rem; } .login-link a { color: var(--accent-color); text-decoration: none; font-weight: 600; } .login-link a:hover { text-decoration: underline; } .alert { border-radius: 8px; border: none; font-weight: 500; } .alert-success { background: #c6f6d5; color: #22543d; } .alert-danger { background: #fed7d7; color: #742a2a; } /* Features */ .features-preview { margin-top: 3rem; text-align: center; } .features-preview h4 { color: var(--text-dark); font-weight: 600; margin-bottom: 1rem; } .feature-badges { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; } .feature-badge { background: var(--light-bg); color: var(--text-light); padding: 0.5rem 1rem; border-radius: 20px; font-size: 0.85rem; font-weight: 500; border: 1px solid var(--border-color); } /* Footer */ .footer { background: var(--secondary-color); color: white; padding: 40px 0 20px; margin-top: 60px; } .footer-brand { font-size: 1.25rem; font-weight: 700; margin-bottom: 1rem; } .footer-description { color: #a0aec0; margin-bottom: 1rem; line-height: 1.6; font-size: 0.9rem; } .footer-bottom { border-top: 1px solid #4a5568; padding-top: 20px; margin-top: 30px; text-align: center; color: #718096; font-size: 0.85rem; } /* Responsive */ @media (max-width: 768px) { .signup-section { padding: 40px 0; } .signup-card { padding: 2rem; } .signup-title { font-size: 1.75rem; } }
Create your account and start your fashion journey today
Already have an account? Sign in here