.ngparashopsignup {
    display: flex;
    justify-content: center;
}

.ngparashopsignupleft {
    justify-content: flex-start;
}

.ngparashopsignupright {
    justify-content: flex-end;
}


.ngparashopsignup div {
    text-align: center;
}

a.ngparashopsignupsignup
{
	border-color: #3f8a85;
	border-width: 0px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #3f8a85;
	font: 14px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin: 10px 0;
}

a.ngparashopsignupsignup:hover
{
	border-color: #57bdb7;
	background: #57bdb7;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

a.ngparashopsignupsignup:focus
{
    outline: none;
}