diff --git a/healthmanager/index.html b/healthmanager/index.html
index 0c589ec..64c93b6 100644
--- a/healthmanager/index.html
+++ b/healthmanager/index.html
@@ -2,9 +2,9 @@
-
+
- Vite + React
+ Health Manager
diff --git a/healthmanager/public/logohm (1).svg b/healthmanager/public/logohm (1).svg
new file mode 100644
index 0000000..2df4712
--- /dev/null
+++ b/healthmanager/public/logohm (1).svg
@@ -0,0 +1,152 @@
+
+
+
diff --git a/healthmanager/src/Login.css b/healthmanager/src/Login.css
index 943b639..8ae9797 100644
--- a/healthmanager/src/Login.css
+++ b/healthmanager/src/Login.css
@@ -1,5 +1,8 @@
body{
background-image: url("https://www.meditips.com/wp-content/uploads/2017/07/AdobeStock_103968342-scaled-uai-1032x688.jpeg");
+ background-repeat: no-repeat;
+ background-attachment: fixed;
+ background-size: cover;
}
h1 {
text-align: center;
@@ -28,5 +31,8 @@ form {
font-family:Arial, Helvetica, sans-serif;
width: 400px;
margin: 0 auto;
- border-radius: 10%;
+ padding-top: 20px;
+ height: 400px;
+ border-radius: 10px;
+ background-color: whitesmoke;
}
diff --git a/healthmanager/src/Principal.css b/healthmanager/src/Principal.css
new file mode 100644
index 0000000..e69de29
diff --git a/healthmanager/src/Principal.jsx b/healthmanager/src/Principal.jsx
new file mode 100644
index 0000000..e69de29