diff --git a/assests/ai.png b/assests/ai.png
new file mode 100644
index 0000000..e7018db
Binary files /dev/null and b/assests/ai.png differ
diff --git a/login.html b/login.html
index 8ad76ab..195ffc9 100644
--- a/login.html
+++ b/login.html
@@ -89,7 +89,7 @@
LOGIN
OR
-
+
diff --git a/login1.css b/login1.css
index 7fc164c..5145dd4 100644
--- a/login1.css
+++ b/login1.css
@@ -127,7 +127,8 @@ body * {
#google-login {
width: 100%;
- padding: 16px 0;
+ padding: 14px 0;
+
margin: 25px;
border: none;
border-radius: 8px;
@@ -140,7 +141,12 @@ body * {
cursor: pointer;
box-shadow: 0px 10px 40px -12px #00ff8052;
}
-
+#google-login img{
+ height: 22px;
+ position: relative;
+ top: 5px;
+ right: 6px;
+}
#google-login:hover {
background: rgba(111, 50, 208, 0.9);
}