.input{
	border: none;
	background: none;
	font-size: 4vh;
	color: #000000;
	font-family: m5x7;
}
::placeholder{
	color: #000000;
}
.input:focus{
	outline: none;
}
.button{
	opacity:0;
}


.coupon:focus{
	outline: none;
}

.coupon{
	border: none;
	background: none;
	font-size: 4vh;
	color: #301191;
	font-family: m5x7;
	text-align: center;
}