@mixin input() {
	background-color: $inputBackground;
	border: none;
	border-bottom: $borderLight;
	color: $fontColorMajor;
}