.auth-devide {
	text-align: center;
	margin-block: 24px;
	position: relative;
	z-index: 1;
}
.auth-devide::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: -1;
}
.auth-devide span {
	padding-inline: 6px;
	background: hsl(var(--base));
	color:#fff;
}