From 6c1740a449beb64fb4aa6f2acd3a78d3b2138116 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Tue, 21 Oct 2025 13:05:31 +0000 Subject: [PATCH] firststep --- assets/css/custom.css | 75 ++++++++++++++++ index.php | 198 ++++++++++++------------------------------ 2 files changed, 129 insertions(+), 144 deletions(-) create mode 100644 assets/css/custom.css diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..f199d9b --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,75 @@ +body { + font-family: 'Inter', sans-serif; + background-color: #f4f7f6; + background-image: linear-gradient(to bottom, #f4f7f6, #dff1eb); + display: flex; + align-items: center; + justify-content: center; + min-height: 100vh; + margin: 0; +} + +.login-container { + max-width: 480px; + width: 100%; + padding: 20px; +} + +.login-card { + background-color: #ffffff; + border-radius: 8px; + padding: 40px; + box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); +} + +.login-card h1 { + font-weight: 700; + color: #333; +} + +.form-control { + border-radius: 8px; + padding: 1.25rem 1rem; +} + +.form-floating > label { + padding: 1rem; +} + +.btn-primary { + background-color: #4a90e2; + border-color: #4a90e2; + border-radius: 8px; + padding: 0.75rem; + font-weight: 500; + transition: background-color 0.2s; +} + +.btn-primary:hover { + background-color: #357ABD; + border-color: #357ABD; +} + +.forgot-password { + font-size: 0.9rem; + color: #4a90e2; + text-decoration: none; +} + +.forgot-password:hover { + text-decoration: underline; +} + +.sign-up-text { + font-size: 0.9rem; +} + +.sign-up-text a { + color: #4a90e2; + font-weight: 500; + text-decoration: none; +} + +.sign-up-text a:hover { + text-decoration: underline; +} diff --git a/index.php b/index.php index 7205f3d..81fe8fb 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,60 @@ - - + - - - New Style - - - - - - - - - - - - - - - - - - - + + + Login - Student Management System + + + + + + + + + + + + + + -
-
-

Analyzing your requirements and generating your website…

-
- Loading… -
-

AI is collecting your requirements and applying the first changes.

-

This page will update automatically as the plan is implemented.

-

Runtime: PHP — UTC

+ -
- + + + - + \ No newline at end of file