button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	@extend %transit;
	outline: 0;
	color: #ffffff;
	padding: 0 40px;
	border: 2px solid;
	height: 56px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 52px;
	&:hover,
	&:active,
	&:focus {

	}
}
