.couponCodeArea{
	color: #fff;
	cursor: default;
	text-align: center;
	font-size: 22px;
	font-family: 'Rowdies';
	background-color: #253662;
	border: 0;
	height: 60px;
	padding: 5px;
	z-index: 1;
	width: 240px;
	user-select: none !important;
}
.couponCodeArea input:focus{
    outline: none;
}
*:focus {
    outline: none;
}