html,
body { height: 100%; }
 
body {
  width: 100%;
  background:#24262c;
  background-size:100% 100%;
  overflow:hidden;
}
#body_login{
	padding:15px 0;
	position:relative;
	background:#158373;
	/*background: rgba(229, 229, 229, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	*/
}
#body_login1{
	padding:15px 0;
	position:relative;
/*	background:#158373;*/
	background: rgba(0,100,0 , 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	
}

.form-group{
	margin-bottom:5px;
}
.form-control{
	padding:3px;
	border-radius:2px;
	width:150px;
	height:26px;
	font-size:1em;
}
.btn-warning{
	border-radius:20px;
	padding:3px;
	height:36px;
	width:36px;
	border:3px solid #f2b866;
	background-clip: content-box; /* support: IE9+ */
}
.btn-warning span{
	margin-left:8px;
}
#log{
	color:white;
	font-size:1.2em;
	padding-left:10px;
}
/*form{
	position:absolute;
	border:1px solid #aaa;
	width:300px;
	padding:15px 15px 7px 15px;
	background:#1caf9a;
}
label{
	padding-right:5px;
	padding-bottom:5px;
	width:100px;
}*/
#aa{
	position:absolute;
	width:30%;
	top:0px;
	right:0px;
	background: rgb(229, 229, 229);
	background: rgba(229, 229, 229, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	
}
#berita{
	position:absolute;
	top:0px;
	width: 400px;
	right:0px;
	background: rgb(229, 229, 229);
	background: rgba(229, 229, 229, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	
}
#berita ul{
	padding: 0;
}
#berita li{
	list-style: none;
	border-bottom: 1px solid green;
	padding: 10px;
	font-size:1.5em;
}