/***
	Name: Check Login Inputs style
	Created date: 26/01/2017		last updated on: 27/01/2017
	Note: 
		**Problem with safari browser**
			Can't customise the background color when autofill occurs.
				- reference : http://stackoverflow.com/questions/41871618/how-to-change-safari-autofill-yellow-background-color?noredirect=1#comment70925117_41871618
***/

/* Getting rid of the Chrome autofill style */
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; }
input:focus,
input:focus:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; }
