.bg-navbar{
	background-color: #052450;
}
.gambar-header {
	width: 100%;
	height: 170px;
}

.mobil {
	width: 150px;
	height: 100px;
	margin-left:29%;
}

.contact{
	background: #c4dcff;
	height: auto;
	width: 100%;
}

.footer {
	background: #212529;
	height: 60px;
	width: 100%;
}

.text-footer {
	color: white;
	text-align: center;
	line-height: 60px;
}

#body {
  background-image: linear-gradient(#5291db, white);
	background-repeat: no-repeat;
	height: auto;
}

.zoom{
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 20px 0 rgba(0, 0, 0, 0.19);
}

.zoom:hover{
	background-color: #052450;
	color:white;
	/* transform: translateY(-2%);		 */
}

/* ================================== */
@media (min-width: 992px) {
	.bg-navbar{
		background-color: #052450;
	}
	.bg-login{
		background-image: url('../gambar/bg-login.jpg');
	}
	.transparan{
		opacity: 0.90;
	}

	.tombol{
		border-radius: 30px !important;
	}

	.gambar-header {
		width: 100%;
		height: 400px;
	}

	.mobil {
		width: auto;
		height: 140px;
		margin-left:0%;
	}

	.contact{
		background: #c4dcff;
		height: auto;
		width: 100%;
	}

	.footer {
		background: #052450;
		height: 80px;
		width: 100%;
	}

	.text-footer {
		color: white;
		text-align: center;
		line-height: 80px;
	}

	.zoom{
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 20px 0 rgba(0, 0, 0, 0.19);
	}
	
	.zoom:hover{
		background-color: #052450;
		color:white;
		/* transform: translateY(-3%);		 */
	}

	/* ===================== START REGISTRASI ================= */

	#body {
  	background-image: linear-gradient(#5291db, white);
		background-repeat: no-repeat;
		height: auto;
	}
}
