.garis-bawah {
	outline: 0;
  	border-width: 0 0 1px;
  	border-color: #E0E0E0;
  	background: transparent;
  	font-weight: bold;
}

.kepala {
	position: relative;
	text-align: center;
	color: white;
}

.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 15px;
	-webkit-text-stroke: 1px black;
	color: white;
	font-weight: bold;
	transform: translate(-50%, -50%);
}

.datepicker {
	z-index:9999 !important;
}

.no-space {
	margin : 0;
	padding : 0;
}


/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.centered {
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 6vw;
		-webkit-text-stroke: 2px black;
		color: white;
		font-weight: bold;
		transform: translate(-50%, -50%);
	}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.centered {
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 3.2vw;
		-webkit-text-stroke: 2px black;
		color: white;
		font-weight: bold;
		transform: translate(-50%, -50%);
	}
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.centered {
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 2.2vw;
		-webkit-text-stroke: 2px black;
		color: white;
		font-weight: bold;
		transform: translate(-50%, -50%);
	}
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.centered {
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 2.2vw;
		-webkit-text-stroke: 2px black;
		color: white;
		font-weight: bold;
		transform: translate(-50%, -50%);
	}
}