.form-control has display:block which disables caps lock indicator on password fields on webkit browsers
Created by: DannyJJK
I noticed that the caps lock indicator wasn't displaying on bootstrap fields with the .form-control property. After disabling styles one by one I found out it was display:block causing the problem. This is a UX issue as many people enter passwords incorrectly by having caps lock enabled so it's essential to have the indicator there