diff --git a/src/assets/images/Home_Page.svg b/src/assets/images/Home_Page.svg new file mode 100644 index 0000000..32bc8c3 --- /dev/null +++ b/src/assets/images/Home_Page.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/AppLayout/AppHeader.css b/src/components/AppLayout/AppHeader.css index e694345..805316d 100644 --- a/src/components/AppLayout/AppHeader.css +++ b/src/components/AppLayout/AppHeader.css @@ -109,7 +109,8 @@ box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); gap: 2rem !important; align-self: baseline; - z-index: 2; /* Higher z-index value */ + z-index: 2; + /* Higher z-index value */ } .dropDownProfile:hover { @@ -130,8 +131,7 @@ gap: 1rem; } -.dropDownProfile li:hover { -} +.dropDownProfile li:hover {} .hideDropDown { display: none !important; @@ -150,5 +150,8 @@ .nav { gap: 0.8vh; + } -} + + +} \ No newline at end of file diff --git a/src/pages/Login/Login.css b/src/pages/Login/Login.css index f72e301..fe190a9 100644 --- a/src/pages/Login/Login.css +++ b/src/pages/Login/Login.css @@ -17,6 +17,7 @@ display: flex; flex-direction: column; align-items: center; + justify-content: center; } .colored-border h1 { @@ -95,16 +96,26 @@ input[type="number"] { } @media screen and (max-width: 768px) { + + .login-container { + max-width: 100%; + padding: 12% 2px 12% 2px; + background-image: url("../../assets/images/Home_Page.svg"); + background-size: cover; + } + .login-form { - padding: 48px; - max-width: 21em; + padding: 20x; + max-width: 100%; } + .colored-border { border: 4px soild #ff99004a; padding: 2px; display: flex; flex-direction: column; align-items: center; + max-width: 95%; } .flex.pl-65 { @@ -114,8 +125,10 @@ input[type="number"] { .mr-5 { color: #563400; } - .login-button{ - padding: 1.0em 3.7em 1.0em 3.7em!important; - font-size: 1rem!important; + + .login-button { + padding: 1.0em 3.7em 1.0em 3.7em !important; + font-size: 1rem !important; } -} + +} \ No newline at end of file