html {
	height: 100%;
}

body {
	height: 100%;
}


a {
	text-decoration: none;
}

.font-Chakra-Petch {
	font-family: 'Chakra Petch', sans-serif;
}

pre {
	font-family: 'Chakra Petch', sans-serif;
	font-size: 100%;
	margin: 0;
}

code {
	font-family: 'Chakra Petch', sans-serif;
	font-size: 85%;
}

.main-container {
	background: black;
}

.landing-page.page-container  {
	display: flex;
	flex-direction: column;
	height: 100dvh;
	width: 100dvw;
	align-items: center;
	justify-content: center;
}

.landing-page.page-container .page-content {
	background-image: url("images/background.jpg");
	background-size: cover;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
}

.landing-page .form-group .input-icon {
	position: absolute;
	left: 8px;
	top: 2px;
}