.btn:active, .btn:focus, .btn:hover {
	outline: none;
}
.row {
	margin: 0;
}
/*input.error {
	background: url("../img/icon-fail.png") no-repeat scroll right center #ffebef;
}
input.valid {
	background: url("../img/icon-ok.png") no-repeat scroll right center #e3ffe5;
}*/
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
select.error, input.error {
	background-color: #ffebef;
}
select.valid, input.valid {
	background-color: #e3ffe5;
}
input-webkit-autofill {
    background-color: white !important;
}