body {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 14px;
	color: var(--sc-color-dark);
	font-style: normal;
	font-weight: 500;
	height: 100vh;
	padding: 0;
	margin: 0;
}

#page-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-image: url('../../assets/images/loginbg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.topbar {
	width: 636px; 
	background-color: #000;
	text-align: center;
}		
.topbar img {
	width: 268px; 
	height: 80px;
}
.pagecontent {
	background-color: #FFF; 
	padding: 40px 105px; 
	display: flex; 
	gap: 40px; 
	flex-direction: column; 
	align-items: center;
	width: 636px;
}
.pagecontent>div{
	width: 100%;
	text-align: center;
}
.footer {
	padding: 40px 110px;
}

.gray-text {
	font-size: 16px; font-weight: 500; color: #6C757D;
}

.btn {
	border-radius: 0;
}