
/*	body{
		background-image: url(/konfdki/images/sdapattern1.jpg);
		z-index: -1;
	}
	*/
	


body {
  font-family: "Lato", sans-serif;
}


    label{
		display: inline-block;
	}

	li{
	margin-top: 5px;
	list-style: none;
	}
    
    .top{
		font-size: 40px;
        text-align: left;
        height: 100;
		background-color: white;
		font-weight: bold;
		color: black;

    }

		.belowtop{
			
			color: blue;
	}

    .bottom{
		font-size: 15px;
		text-align: right;
	}
	
	.tombol {
		
	
		color: rgb(192, 18, 18);

		left: 50%;
		text-align: center;
	}

	.tombol1 {
		
		color:chartreuse ;
		background-color:brown ;

		text-align: center;
		  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
	}

    
	h3 {color: blue;}
	h4 {color: red;}
	

	.form12{
			width: 1140px;
			margin-left: 170px ;
			border: 3px solid #ddd;
			padding: 10px;

		}
	.form12 div{
			padding: 3px 0;
			border-bottom: 1px solid #ddd; 
			}
			
p {
	text-align: justify;
}


.sidenav {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:rgb(26,138,206) ;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 12px 20px 6px 12px;
  text-decoration: none;
  font-size: 25px;
  color: #f1f1f1;
  display: block;
  text-align: center;
}

.sidenav a:hover {
  color: blue;
}

.logo-image{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -6px;
}
.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;

}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media screen and (max-height: 780px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#header {
    width: 100%;
    /* background: #252525; */
    background: grey;
    height: 120px;
    position: fixed;
    z-index: 9999;

}