
.content-page{
height:auto;
background: rgb(0, 54, 77);
}
.content-box{
width:480px;
margin:7% auto;
}
@media(max-width:768px){
	.content-box{
	width:90%;
	margin-top:20px;
}
}

.content-box-p{
width:720px;
margin:7% auto;
}
@media(max-width:768px){
	.content-box-p{
		width:90%;
		margin-top:20px;
	}
	.logo{
		width:50%;
	}
}


.content-box-body{
background:#004360;
padding:20px;
border-top:0;
color:#666;
}
.body-p{
	background:#E6F7FF;
}

.black{
	color:black;
}
.content-logo{
	font-size:35px;
	text-align:center;
	margin-bottom:25px;
	font-weight:300;
}

.content-box-msg{
margin:0;
text-align:center;
font-weight: bold;
font-size: 18px;
padding:0 20px 20px 20px;
color:white;
}
#label_alamat{
font-weight: bold;
font-size: 18px;
padding:0px 20px 0px 0px;
color:white;

}
.table{
	color:white;
	font-size:16px;
}
.table-wh:hover{
	color:black;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #E6F7FF;
  color:black;
  font-weight:bold;
}
label{
	display:inline;

}

select{
	height:46px;
	display:inline;
	
}
.glyphicon {
    font-size: 20px;
}
.l-white{
	color:white;
	margin-left:5px;
	font-size:16px;
}


.input-lg{
	border-radius:0px;
}