	.form-control,
	.input,
	.bg-icon {
		background-color: #444;    
		color: #aaa;               
		border: none !important;
		border-radius: 6px;
		padding: 8px 10px;
	}

	.form-control::placeholder,
	.input::placeholder {
		color: #8b8b8b;
	}

	.form-control:focus,
	.input:focus {
		background-color: #444;
		box-shadow: none !important;
		outline: 1px solid #edeef000 !important;
		color:white;
	}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #444 inset !important; 
	-webkit-text-fill-color: #e5e5e5 !important;            
	transition: background-color 9999s ease-in-out 0s;   
}
input:-moz-autofill {
	box-shadow: 0 0 0px 1000px #444 inset !important;
	-webkit-text-fill-color: #e5e5e5 !important;
}