* {
	margin: 0;
	padding: 0;
}
.login-page {
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 100dvh;
	margin: 0;
}
.login-box {
	width: 100%;
	max-width: 550px;
	margin: 0;
}
#info>div {
	line-height: 120%;
}
/* HP (mobile) */
@media (max-width: 768px) {
	/* style khusus HP */
	#info {
		margin-top: 10px;
		margin-bottom: 20px;
		text-align: center;
		font-weight: bold;
		font-size: 12pt;
		color: black
	}
}
/* Desktop */
@media (min-width: 769px) {
	/* style khusus desktop */
	#info {
		margin-top: 10px;
		margin-bottom: 20px;
		text-align: center;
		font-weight: bold;
		font-size: 18pt;
		color: black
	}
}
