diff --git a/client/css/style.css b/client/css/style.css
index be024c8c..fb8710c0 100644
--- a/client/css/style.css
+++ b/client/css/style.css
@@ -541,6 +541,10 @@ button {
#sign-in .btn {
margin-top: 25px;
}
+#sign-in .error {
+ color: #e74c3c;
+ margin-top: 1em;
+}
#connect label {
display: block;
margin-top: 10px;
diff --git a/client/index.html b/client/index.html
index 90a8f80d..eca0ae6c 100644
--- a/client/index.html
+++ b/client/index.html
@@ -15,7 +15,7 @@
-
">
+ ">
@@ -57,6 +57,9 @@
+
+ Authentication failed.
+