diff options
| -rw-r--r-- | app/components/Login.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/components/Login.css b/app/components/Login.css index 70d638d182..db38b20097 100644 --- a/app/components/Login.css +++ b/app/components/Login.css @@ -84,4 +84,8 @@ letter-spacing: 1px; color: #294D73; background-color: #FFFFFF; +} + +.login-form__input-field--error { + color: #D0021B; }
\ No newline at end of file |
