.ngparanewsletterunsubscribe a
{
	border-color: #6e573c;
	border-width: 0px;
	border-style: solid;
	padding: 15px 25px 15px 25px;
	background: #6e573c;
	font: bold 14px Inter,Verdana,Helvetica,sans-serif;
	color: #faf8f7;
	letter-spacing: 1.9px;
	text-transform: uppercase;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin-top: 10px;
}

.ngparanewsletterunsubscribe a:hover
{
	border-color: #2e2c28;
	background: #2e2c28;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
}

.ngparanewsletterunsubscribe a:focus
{
    outline: none;
}