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

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

.ngparanewsletterunsubscribe a:focus
{
    outline: none;
}