diff -r 97536386b397 -r 57d63a248f0d client/src/components/Login.scss --- a/client/src/components/Login.scss Wed Aug 29 11:02:36 2018 +0200 +++ b/client/src/components/Login.scss Fri Aug 31 15:14:18 2018 +0200 @@ -3,10 +3,10 @@ font-weight: bolder; } -.control-label { - color: #769FED; +label.col-form-label.text-primary { font-size: 16px; margin-left: 20%; + font-weight: bolder; } .form-control { @@ -26,9 +26,3 @@ margin-left: 35%; margin-top: 7%; } - -.text-center .text-muted { - color: #769FED; - font-size: 16px; - font-weight: bold; -}