.login,
.image {
	min-height: 100vh;
}

.bg-image {
	background-image: url('https://netizennetwork.id/assets/images/img-dash/landing_page.png');
	background-size: cover;
	background-position: center center;
}

@media screen and (min-width: 601px) {
	.display-4 {
		font-size: 30px;
	}
}

@media screen and (max-width: 600px) {
	.display-4 {
		font-size: 22px;
	}
}