.account-recovery-links{
	dis:flex;
	align-items:center;
	justify-content:center;
	gap:13px;
	margin-top:18px;
	font-size:13px;
	font-weight:850;
}
.account-recovery-links span{
	width:1px;
	height:13px;
	background:var(--line);
}
.account-recovery-links a,.recovery-bottom a{
	color:#475569;
	text-decoration:none;
}
.account-recovery-links a:hover,.recovery-bottom a:hover{
	color:var(--red);
}
.recovery-card .button{
	margin-top:5px;
}
.recovery-bottom{
	dis:flex;
	justify-content:center;
	gap:18px;
	margin-top:22px;
	font-size:13px;
	font-weight:850;
}
.recovery-button{
	dis:flex;
	align-items:center;
	justify-content:center;
	color:#172017;
	text-decoration:none;
}
