:root{
	--bs-font-sans-serif: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
	--bs-body-font-family: var(--bs-font-sans-serif);
}
html,
body,
button,
input,
select,
textarea{
	font-family: var(--bs-font-sans-serif);
}
.bg-dots-darker{
    background: #f4f2fa;
}
#app,html, body{
	    min-height: 100vh;
}
.brand-mark{
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 700;
	color: #15082c;
}
.brand-mark img{
	width: 46px;
	height: auto;
}
.brand-mark--large img{
	width: 142px;
}
.protechno-footer{
	padding: 18px 16px 28px;
	text-align: center;
	font-size: 14px;
	color: #5b536d;
}
.protechno-footer a{
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.welcome-page{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: #15082c;
	color: #fff;
}
.welcome-page__nav{
	padding: 24px;
	text-align: right;
}
.welcome-page__nav a{
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
.welcome-page__body{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 24px;
	text-align: center;
}
.welcome-page__logo{
	width: 180px;
	max-width: 70vw;
	margin: 0 auto 28px;
}
.welcome-page h1{
	margin: 0;
	font-size: 34px;
	line-height: 1.15;
	font-weight: 700;
}
.welcome-page .protechno-footer{
	color: rgba(255,255,255,.72);
}
