html {
	height: 100%;
}

body {
	/* background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(226, 37, 37, 1) 0%, rgba(211, 49, 49, 1) 82.8%); */
	/* background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12); */
	/* background-image: url('/assets/image/bg_login.jpg'); */
	background: linear-gradient(to right, #f7ff00, #db36a4);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.box {
	width: 100%;
	margin-top: 120px;
}

.wraper-img {
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.text-dinas {
	color: #ffffff;
	font-weight: 600;
	font-size: 12pt;
	position: absolute;
	padding: 20px 20px 0 20px;
	z-index: 120;
}

.btn-login {
	background-color: #0D6CA5;
	width: 150px;
	color: #fff;
	border-radius: 2px
}

.btn-login:hover {
	background-color: #ffffff;
	color: #0D6CA5;
	border: solid 1px #0D6CA5;
	cursor: pointer
}


@media screen and (max-width: 991px) {
	.box {
		width: 85%;
		margin-top: 130px;
	}
}

a.halaman-depan:link,
a.halaman-depan:visited {
	color: #eeeeee;
	font-size: 12pt;
	font-weight: 500;
}

a.halaman-depan:hover {
	color: #ffffff;
	text-decoration: none;
}

.judul-login {
	font-size: 18pt;
	font-weight: 700;
	margin-bottom: 10px;
}