/* 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;
}
.m-login__form-action #reset_submit {
	background-color: #e9540d;
	border-color: #e9540d;
	box-shadow: none;
}
.m-login__form-action #reset_submit:hover {
	background-color: rgba(233,84,13,0.6);
}
.m-login__form-action #m_login_forget_password_cancel {
	color: #fff !important;
}
.m-login__form-action #m_login_forget_password_cancel:hover {
	color: #fff !important;
	border-color: #e9540d !important;
	background-color: rgba(233,84,13,0.6) !important;
}