diff --git a/src/styles/base/_layout.scss b/src/styles/base/_layout.scss
index e3665c494934bda5a4f1ff5ebc4d96f1e5d882c5..96c97979357a51be95f5c0541405b3d250647302 100644
--- a/src/styles/base/_layout.scss
+++ b/src/styles/base/_layout.scss
@@ -126,12 +126,16 @@ body {
   background-color:rgba(18, 18, 18, 0.7);
   position: absolute;
 
-  padding: 1.5rem 1rem 1rem 0rem;
+  padding: 0rem 1rem 0rem 0rem;
   z-index: 1;
   display: flex;
   justify-content: center;
   flex-direction: column;
-  height: 50%;
+  @media #{$large-phone} {
+    height: 26.5rem;
+  }
+  height: 34.5rem;
+
   .cta-box-header {
     text-align: center;
     font-weight: bold;
diff --git a/src/styles/components/_oauth.scss b/src/styles/components/_oauth.scss
index 7e305641fd84873ee25f6c141bdeb0777d38b093..6e85346fac53804cb39dc80a2fa13607d6b555e0 100644
--- a/src/styles/components/_oauth.scss
+++ b/src/styles/components/_oauth.scss
@@ -12,5 +12,6 @@
     display: flex;
     flex-direction: column;
     align-items: flex-start;
+    text-align: left;
   }
 }
\ No newline at end of file