diff --git a/app/admin/login/page.tsx b/app/admin/login/page.tsx index 849c2f1..1285f11 100644 --- a/app/admin/login/page.tsx +++ b/app/admin/login/page.tsx @@ -112,7 +112,7 @@ export default function AdminLogin() { {error} @@ -125,14 +125,14 @@ export default function AdminLogin() {
- +
setUsername(e.target.value)} - className="w-full pl-10 pr-4 py-3 bg-white border border-light-gray-border rounded-lg text-deep-sea-blue placeholder-deep-sea-blue/40 focus:outline-none focus:ring-2 focus:ring-maritime-teal focus:border-maritime-teal transition-all" + className="w-full pl-10 pr-4 py-3 bg-white border border-light-gray-border rounded-lg text-deep-sea-blue placeholder-deep-sea-blue/40 focus:outline-none focus:ring-2 focus:ring-deep-sea-blue/50 focus:border-deep-sea-blue transition-all" placeholder="Enter your username" required disabled={isLoading} @@ -147,14 +147,14 @@ export default function AdminLogin() {
- +
setPassword(e.target.value)} - className="w-full pl-10 pr-4 py-3 bg-white border border-light-gray-border rounded-lg text-deep-sea-blue placeholder-deep-sea-blue/40 focus:outline-none focus:ring-2 focus:ring-maritime-teal focus:border-maritime-teal transition-all" + className="w-full pl-10 pr-4 py-3 bg-white border border-light-gray-border rounded-lg text-deep-sea-blue placeholder-deep-sea-blue/40 focus:outline-none focus:ring-2 focus:ring-deep-sea-blue/50 focus:border-deep-sea-blue transition-all" placeholder="Enter your password" required disabled={isLoading} @@ -170,8 +170,8 @@ export default function AdminLogin() { whileTap={{ scale: isLoading ? 1 : 0.98 }} className={`w-full py-3 px-4 rounded-lg font-semibold text-white shadow-lg transition-all ${ isLoading - ? 'bg-maritime-teal/50 cursor-not-allowed' - : 'bg-gradient-to-r from-maritime-teal to-sea-green hover:from-sea-green hover:to-maritime-teal' + ? 'bg-deep-sea-blue/50 cursor-not-allowed' + : 'bg-deep-sea-blue hover:bg-deep-sea-blue/90' }`} > {isLoading ? (