diff --git a/login.css b/login.css index d87e3d37..4a4b7b97 100644 --- a/login.css +++ b/login.css @@ -156,4 +156,22 @@ body { .toggle-password svg { width: 20px; height: 20px; +} + +#home-btn{ + position: absolute; + top: 10px; + left: 10px; + background-color: #4a8ae4; /* Bright teal background */ + color: white; + font-size: 1.7rem; /* Larger font size */ + cursor: pointer; + transition: background-color 0.3s, transform 0.3s;/* Added smooth transitions */ + padding: 10px; /* Increased padding for a larger button */ + border: none; + border-radius: 8px; /* More rounded button */ +} + +#home-btn:hover { + background-color: #012e49; } \ No newline at end of file diff --git a/login.html b/login.html index 121bc701..3f634020 100644 --- a/login.html +++ b/login.html @@ -8,27 +8,11 @@ +
-