.system{
	color: #ff00ff;
	min-width: 700px;
	height: 30px;
	top: 0px;
	background-color: #90cf2a;

}

.logo{
	width: 100px;
	height: 92px;
	top: 0px;
	background: url('toplogo.png');
	position: absolute;
	left:  50%;
	margin-left: -59px;
	float: none;
	background-size: 100px;

}

.tinggi{
	min-height: 200px;
}

.welcome{
	margin-top: 60px;
	font-size: 38pt;
	text-align: center;
	font-family: 'Segoe UI', 'Libre Baskerville', 'serif', 'arial', 'Magneto';
	font-weight: 700;

}

.line{
	border-bottom: 2px dotted #757a43;
	margin-top: 10px;
	width:100%;
}

.icon {
position: relative;
float: left;
padding: 20px;
}

.icon img {
height: 152px;
width: 135px;
/*-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
height:auto;*/
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.icon:hover img {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
   /* box-shadow: 2px 2px 6px rgba(0,0,0,0.5);*/
}

.icon_main {
position: relative;
float: left;
padding: 0px;
}

.icon_main img{
height: 100px;
width: 100px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}

.footer {
	padding-top: 5px;
	width: 100%;
	min-height: 50px;
	background-color: #90cf2a;
	color: #000;
	text-align: center;
	margin-top: 30px; 
	font-family: 'Libre Baskerville', serif;
}

.socmed{
	padding-top: 5px;
}

.socmed img {
	width: 30px;
	height: 30px;
}


/* pop up portal */

#popup {
width: 100%;
height: 100%;
position: fixed;
background: rgba(0,0,0,.9);
top: 0;
left: 0;
z-index: 9999;
visibility: hidden;
}
#popup1 {
width: 100%;
height: 100%;
position: fixed;
background: rgba(0,0,0,.9);
top: 0;
left: 0;
z-index: 9999;
visibility: hidden;
}

#popup_anggota {
width: 100%;
height: 100%;
position: fixed;
background: rgba(0,0,0,.9);
top: 0;
left: 0;
z-index: 9999;
visibility: hidden;
}

#popup_syaratanggota {
width: 100%;
height: 100%;
position: fixed;
background: rgba(0,0,0,.9);
top: 0;
left: 0;
z-index: 9999;
visibility: hidden;
}

#popup_perpanjangan {
width: 100%;
height: 100%;
position: fixed;
background: rgba(0,0,0,.9);
top: 0;
left: 0;
z-index: 9999;
visibility: hidden;
}

#popup_vpn {
width: 100%;
height: 100%;
position: fixed;
background: rgba(0,0,0,.9);
top: 0;
left: 0;
z-index: 9999;
visibility: hidden;
}

#popup_turnitin {
width: 100%;
height: 100%;
position: fixed;
background: rgba(0,0,0,.9);
top: 0;
left: 0;
z-index: 9999;
visibility: hidden;
}

#popup_iso {
width: 100%;
height: 100%;
position: fixed;
background: rgba(0,0,0,.9);
top: 0;
left: 0;
z-index: 9999;
visibility: hidden;
}
#popup_regulation {
width: 100%;
height: 100%;
position: fixed;
background: rgba(0,0,0,.9);
top: 0;
left: 0;
z-index: 9999;
visibility: hidden;
}
#popup_booking{
width: 100%;
height: 100%;
position: fixed;
background: rgba(0,0,0,.9);
top: 0;
left: 0;
z-index: 9999;
visibility: hidden;
}
.window {
width: 500px;
height: 0px auto;
background: rgba(255,255,255,.9);
border-radius: 10px;
position: relative;
padding: 10px;
box-shadow: 0 0 5px rgba(0,0,0,.4);
text-align: center;
margin: 15% auto;
}

.close-button {
width: 20px;
height: 20px;
background: #000;
border-radius: 50%;
border: 3px solid #fff;
display: block;
text-align: center;
color: #fff;
text-decoration: none;
position: absolute;
top: -10px;
right: -10px;
}

#popup:target {
visibility: visible;
}
#popup1:target {
visibility: visible;
}
#popup_anggota:target {
visibility: visible;
}
#popup_syaratanggota:target {
visibility: visible;
}
#popup_vpn:target {
visibility: visible;
}
#popup_perpanjangan:target {
visibility: visible;
}

#popup_turnitin:target {
visibility: visible;
}

#popup_iso:target {
visibility: visible;
}
#popup_regulation:target {
visibility: visible;
}
#popup_booking:target {
visibility: visible;
}
