diff --git a/src/Components/LoginContainerFunction.js b/src/Components/LoginContainerFunction.js
index 94b964407307b24e3e2589f13012bcac111d2be9..a55e615c62654aee0b486318f105fbe29dd8f012 100644
--- a/src/Components/LoginContainerFunction.js
+++ b/src/Components/LoginContainerFunction.js
@@ -352,14 +352,16 @@ export const GoogleLoginButton = styled(Button)`
     box-shadow : 0 0 0 1px #4285f4 !important;
     color : #666 !important;
     font-weight : bolder !important;
+    font-size : 12px !important;
+    text-transform: none !important;
+    width: 40%;
 
-    .MuiButton-root {
+    ${'' /* .MuiButton-root {
         min-width : 88px;
-        font-size : 10px;
-    }
+    } */}
 
     .google-logo {
-        max-height : 24px ;
+        max-height : 18px ;
         padding-right : 5px;
 
     }