diff --git a/.DS_Store b/.DS_Store
index 47cf38d..46f0053 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/db_app/src/components/Login.css b/db_app/src/components/Login.css
index 22ce585..6497ac9 100644
--- a/db_app/src/components/Login.css
+++ b/db_app/src/components/Login.css
@@ -13,6 +13,15 @@ position:fixed;
margin-right:20vw;
}
+.logbox2 {
+ background-color: rgba(255, 255, 255, 0.33);
+ padding: 10px;
+ margin-top:2vh;
+ margin-bottom:2vh;
+ margin-left:20vw;
+ margin-right:20vw;
+}
+
.formbox {
background-color: rgba(255, 255, 255, 0.6);
margin:10px;
diff --git a/db_app/src/components/Login.js b/db_app/src/components/Login.js
index c6048ff..fddfca1 100644
--- a/db_app/src/components/Login.js
+++ b/db_app/src/components/Login.js
@@ -16,6 +16,7 @@ import {red, green, lightBlue, lightGreen} from '@mui/material/colors';
import { ThemeProvider, createTheme } from '@mui/material/styles';
import image from "./images/main_background.jpg"
import { ReactSession } from 'react-client-session';
+import { CardMedia, CardContent } from '@mui/material';
const theme = createTheme({
palette: {
@@ -96,7 +97,20 @@ const login = () => {
}}
>