diff --git a/src/Components/LoginContainerFunction.js b/src/Components/LoginContainerFunction.js
index 31aa61bef9e926835707b867bbe1a943caf432c0..c4c38394fde12ae661c3d5699d573f66b70425d2 100644
--- a/src/Components/LoginContainerFunction.js
+++ b/src/Components/LoginContainerFunction.js
@@ -193,6 +193,8 @@ export default function LoginContainer (props) {
     @media ${device.mobileM} {
     width : 100%;
     height : 100%;
+    min-width : unset !important;
+
     }
     `
 
@@ -262,7 +264,7 @@ export const RightSideStrikedH3 = styled.div`
     vertical-align :  middle;
     font-weight : 500;
     margin-right : 5px;
-    width : 45%;
+    width : 44%;
     `
 
     export const LeftSideStrikedH3 = styled.div`
@@ -271,7 +273,7 @@ export const RightSideStrikedH3 = styled.div`
     vertical-align :  middle;
     font-weight : 500;
     margin-left : 5px;
-    width : 45%;
+    width : 44%;
     `
 
     export const H3Div = styled.div`
diff --git a/src/Components/SignUpContainerFunction.js b/src/Components/SignUpContainerFunction.js
index 44e3df95450417562ead91717e0abd5a7134d65c..d4304eff25f94d557c54d433c2dc119248186443 100644
--- a/src/Components/SignUpContainerFunction.js
+++ b/src/Components/SignUpContainerFunction.js
@@ -229,6 +229,8 @@ const ContainerStyled = styled.div`
     @media ${device.mobileM} {
         width : 100%;
         height : 100%;
+        min-width : unset !important;
+
     }
 `
 
@@ -277,7 +279,7 @@ const RightSideStrikedH3 = styled.div`
     vertical-align :  middle;
     font-weight : 500;
     margin-right : 5px;
-    width : 45%;
+    width : 44%;
 `
 
 const LeftSideStrikedH3 = styled.div`
@@ -286,7 +288,7 @@ const LeftSideStrikedH3 = styled.div`
     vertical-align :  middle;
     font-weight : 500;
     margin-left : 5px;
-    width : 45%;
+    width : 44%;
 `
 
 const StyledAnchor = styled.a`