Skip to content

Commit 19350f7

Browse files
author
Uttam Singh
committed
Add Login.css and wire up styles
1 parent 128caff commit 19350f7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

frontend/src/pages/Login.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/* Login page styling */
2+
body { background-color: #f5f9ff; font-family: "Segoe UI", Arial, sans-serif; }
3+
.login-card {
4+
background: #fff; padding: 30px; border-radius: 12px;
5+
box-shadow: 0 2px 10px rgba(0,0,0,0.08); width: 320px; text-align: center;
6+
}
7+
.login-input {
8+
width: 100%; padding: 10px; margin-bottom: 14px;
9+
border: 1px solid #d9d9d9; border-radius: 8px;
10+
}
11+
.login-button {
12+
width: 100%; padding: 10px; border: 0; border-radius: 8px;
13+
background:#0047AB; color:#fff; cursor:pointer;
14+
}
15+
.login-button:hover { background:#003580; }

0 commit comments

Comments
 (0)