diff --git a/index.html b/index.html
index 54bf628d57f0d69134f19df801087cab9e1726a7..cae90380d60e10b70cbe15c652f7597f87439e49 100644
--- a/index.html
+++ b/index.html
@@ -2,10 +2,10 @@
 <html lang="en">
   <head>
     <meta charset="UTF-8" />
-    <link rel="icon" type="image/svg+xml" href="/vite.svg" />
+    
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <link href="/src/index.css" rel="stylesheet">
-    <title>Vite + React</title>
+   
   </head>
   <body>
    
diff --git a/src/App.css b/src/App.css
index b9d355df2a5956b526c004531b7b0ffe412461e0..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644
--- a/src/App.css
+++ b/src/App.css
@@ -1,42 +0,0 @@
-#root {
-  max-width: 1280px;
-  margin: 0 auto;
-  padding: 2rem;
-  text-align: center;
-}
-
-.logo {
-  height: 6em;
-  padding: 1.5em;
-  will-change: filter;
-  transition: filter 300ms;
-}
-.logo:hover {
-  filter: drop-shadow(0 0 2em #646cffaa);
-}
-.logo.react:hover {
-  filter: drop-shadow(0 0 2em #61dafbaa);
-}
-
-@keyframes logo-spin {
-  from {
-    transform: rotate(0deg);
-  }
-  to {
-    transform: rotate(360deg);
-  }
-}
-
-@media (prefers-reduced-motion: no-preference) {
-  a:nth-of-type(2) .logo {
-    animation: logo-spin infinite 20s linear;
-  }
-}
-
-.card {
-  padding: 2em;
-}
-
-.read-the-docs {
-  color: #888;
-}
diff --git a/src/components2/AdminLogin2/AdminLogin4.jsx b/src/components2/AdminLogin2/AdminLogin4.jsx
index 1558e5122479f743f8d3504a0531d67dccf5d75a..a4ab1858555469db4c47d1616d9c3580fc709a48 100644
--- a/src/components2/AdminLogin2/AdminLogin4.jsx
+++ b/src/components2/AdminLogin2/AdminLogin4.jsx
@@ -1,7 +1,7 @@
 import { useState } from "react";
 import { FiMail, FiEye, FiEyeOff } from "react-icons/fi";
 
-const loginImage = new URL("/public/assets/img/loginadmin.svg", import.meta.url).href;
+const loginImage = new URL("/public/assets/login_img/loginadmin.svg", import.meta.url).href;
 
 export default function AdminLogin() {
   const [adminId, setAdminId] = useState("");