.ngparanewsletterunsubscribe a
{
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	padding: 15px 25px 15px 25px;
	background: #ffbb30;
	font: 16px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #000000;
	letter-spacing: 0px;
	text-transform: uppercase;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	border-radius: 15px;
	display: inline-block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin-top: 10px;
}

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

.ngparanewsletterunsubscribe a:focus
{
	border-color: #000000;
    background: #ffbb30;    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	color: #000000;
    outline: none;
}