- Add new LoginPage with responsive 2-column layout - Create reusable AuthCard components (AuthCard, AuthInput, AuthButton) - Implement animated AuthFormCard for Sign In/Register toggle - Add ForgotPasswordModal with OTP verification flow - Add background decorations (logo glow, waves, gradients) - Remove old sign-in page, set LoginPage as root route - Add SVG type declarations for Vite
11 lines
536 B
XML
11 lines
536 B
XML
<svg width="411" height="449" viewBox="0 0 411 449" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M-36.0004 0L317.405 172.143C376.454 203.681 411.924 260.629 410.432 321.505L410.432 614H-36.0004V0Z" fill="url(#paint0_linear_11_38052)"/>
|
|
<defs>
|
|
<linearGradient id="paint0_linear_11_38052" x1="227.514" y1="-4.05561" x2="223.001" y2="663.5" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#00E2E0"/>
|
|
<stop offset="0.615385" stop-color="#0033FF"/>
|
|
<stop offset="0.904576" stop-color="white"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|