/* Styleing Rules for Authentication pages for metrov5_4 themes */
.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control {
	color: #333;
	background: #fff;
}
.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control::placeholder{
	color: #333;
}
.m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-form__group .form-control{
	color: #333;
}
input:-webkit-autofill {
	-webkit-text-fill-color: #333 !important;
	background-color: white !important;
	-webkit-box-shadow: inset 0 0 0px 9999px white;
}