diff --git a/src/containers/AuthenticationPage/AuthenticationPage.css b/src/containers/AuthenticationPage/AuthenticationPage.css
index 39e40c40..7f0a8446 100644
--- a/src/containers/AuthenticationPage/AuthenticationPage.css
+++ b/src/containers/AuthenticationPage/AuthenticationPage.css
@@ -50,6 +50,18 @@
text-align: left;
}
+/* Terms of Service modal*/
+
+.termsWrapper {
+ width: 100%;
+ padding-top: 40px;
+
+ @media (--viewportMedium) {
+ width: 571px;
+ padding-top: 11px;
+ }
+}
+
/* ================ Hide Top bar in screens smaller than 768px ================ */
.hideOnMobile {
diff --git a/src/containers/AuthenticationPage/AuthenticationPage.js b/src/containers/AuthenticationPage/AuthenticationPage.js
index 9bdeccd3..05362867 100644
--- a/src/containers/AuthenticationPage/AuthenticationPage.js
+++ b/src/containers/AuthenticationPage/AuthenticationPage.js
@@ -247,7 +247,9 @@ export class AuthenticationPageComponent extends Component {
onClose={() => this.setState({ tosModalOpen: false })}
onManageDisableScrolling={onManageDisableScrolling}
>
-