.btn{
	width: 259px;
	height: 52px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
}


.btn.btn-white{
	color: white;
	border:2px solid #FFFFFF;
}
.btn.el-center{
	margin: 0px auto;
}
.btn.btn-purple{
	border:2px solid #FFFFFF;
	background-color: var(--purple-color);
	color : white;
	font-weight: 700;
}

.btn-go-back{
	position: absolute;
	left: 30px;
	top: 15px;
	width: 212px;
	height: 45px;
	text-decoration: none;
	border:1px solid var(--muted-color);
	background-color: white;
	display: flex;
	flex-direction: row;
	font-size: 13px;
	color: var(--muted-color);
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	justify-content: space-between;
	z-index: 1;
}