.auth-page {
	height: 100vh;
}
.auth-bg {
	/* height: 100vh; */
}
.auth-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
	color: var(--black);
}
.auth-page .logo {
	margin-bottom: 80px;
}
.auth-page .toggle-password img {
	width: 24px;
	height: 24px;
}
.auth-submit {
	margin-top: 40px;
}
.auth-link {
	color: var(--informative-blue);
	font-size: 12px;
	font-weight: 500;
}
