html,body{
	height: 100%;
	width: 100%;
}
.homepage{
	background-color: #f5f5f5;
	color: #222;
	background: url('../img/default/bg/bg.jpg');
	background-size: cover;
}
.backdrop{
	background:rgba(0,0,0,0.4);
}
.app-title-home{
	font-size: 2.25rem;
	color: #fff;
	z-index: 1;
}
.btn-daftar{
	background-color: #07131c !important;
	color: #c3e0e5 !important;
}
.btn-daftar:hover{
	color: #fff !important;
}
.btn-login{
	background-color: #c3e0e5 !important;
	color: #07131c !important;
}
.navbar-brand{
    color: #fff;
}
.navbar-brand:hover{
	color: #fff;
}
.bg-custom{
	background-color: rgb(6 24 155 / 70%);
}
.bg-blue{
	background-color: #16215a!important;
}