	.glow-white{
		color:#f3f3f3;
		text-shadow: 0 0 3px #f3f3f3, 0 0 5px #000, 0 0 7px #000;
	}

	.judul{
		padding-top:150px;
	}
	
	.log{
		position: absolute;
		margin-top: -100px;
		margin-left: -200px;
		left: 52%;
		top: 35%;
	}

	.login-box{
		background:rgba(0,0,0,0);
		width:100%;
		font-family: 'Open Sans', sans-serif;
		border-radius:1%;
		padding-left:3%;
		padding-right:3%;
		padding-top:1%;	
	}
	
	.jarak h6{
		color:white;
	}
	
	.jarak{
		margin-top:50px;
	}

	.bg{
		position:absolute;
		top:0;
		z-index:0;
		background:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('https://arthawisesa.com/wanalestari_new/assets/images/wana-desain2021.jpg') no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		min-height:667px;
		height:100%;
		width:100%;
	}
	
	.copyrights{
		position:absolute;
		bottom:15;
		left:0;
		right:0;
		padding:0 15;
	}
	
	.input-custom{
		width: 100%;
		padding: 10px;
		background-color: transparent;
		border: none;
		border-bottom: 1px solid #dfdfdf;
		color: #FFF;
		text-align: right;
		font-weight: bold;
	}
	
	.btn-custom{
		width: 100%;
		background-color: rgb(0, 0, 0, 0.2);
		border: none;
		color: #FFF;
		padding: 10px;
		font-weight: bold;
	}
	
	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #fff;
/*		color: #787878;*/
		opacity: 1; /* Firefox */
	}

	:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #787878;
	}

	::-ms-input-placeholder { /* Microsoft Edge */
		color: #787878;
	}
	#captcha_img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}