diff --git a/client/css/style.css b/client/css/style.css index be024c8..fb8710c 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 90a8f80..eca0ae6 100644 --- a/client/index.html +++ b/client/index.html @@ -15,7 +15,7 @@ - "> + ">
@@ -57,6 +57,9 @@
+