diff --git a/custom_portal.css b/custom_portal.css index 0dc6dfb..5566d7e 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -144,7 +144,7 @@ body { content: none; } -.form-text { +.login-form .form-text { width: 90%; height: 52px; padding: 0 5%; @@ -153,6 +153,9 @@ body { background-color: #5d5446; color: #c2a593; } +.login-form .form-text::placeholder { + color: #c2a593; +} .icon-user, .icon-lock { width: 52px;