diff --git a/pages/index.html b/pages/index.html index ed5c813..cfea742 100644 --- a/pages/index.html +++ b/pages/index.html @@ -7,6 +7,7 @@
Log in using the option(s) below for an access token.

+ {{loginForm}} {{loginButtons}}
\ No newline at end of file diff --git a/pages/static/stylesheets/styles.css b/pages/static/stylesheets/styles.css index 2f008f4..aa47071 100644 --- a/pages/static/stylesheets/styles.css +++ b/pages/static/stylesheets/styles.css @@ -27,4 +27,10 @@ input[type=text] { padding: 12px 20px; margin: 8px 0; box-sizing: border-box; +} +input[type=password] { + width: 80%; + padding: 12px 20px; + margin: 8px 0; + box-sizing: border-box; } \ No newline at end of file