/**
 * Resets default styles of input elements.
 */
@mixin reset-input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
	appearance: none;
}
