@charset "utf-8";
/* CSS Document */
.login .text{
	width: 300px;
	margin:30px auto;
}
.login{
	border:10px solid #012057;
	border-radius:20px;
	background-color:white;
	width:960px;
	height:auto;
}


.hidden, .hfooter{
	display: none;
}

@media screen and (max-width: 960px){
	.hidden, .hfooter{
		display: block;
		font-size: 3vw;
	}
	.hawal a{
		color:white;
	}
	.hawal a:hover{
		color:blue;
	}
	.hawal:hover{
		opacity: 1;
	}
	.hawal{
		z-index: 99;
		width:100%;
		color:white;
		top: 0px;
		left:0px;
		padding: 3px 0px;
		position: fixed;
		text-align: right;
		background-color: #012057;
		opacity:0.8;
	}	
	.awal, .wrapper{
		display: none;
	}
	.hheader, .htext{
		background-color: white;
		border:0.5vw solid #012057;
	}
	.htext{
		margin-top: 3vw;
		margin-bottom: 3vw;
		padding: 2vw;
	}
	.hheader{
		padding: 2vw 0;
		margin-top: 5vw;
		font-size: 5vw;
		text-align: center;
	}
	.hfooter a{
		color: blue;
		opacity: 0.5;
	}
	.hfooter a:hover{
		color: blue;
		opacity: 1;
	}
}

.awal{
	z-index: 99;
	position: fixed;
	top:0px;
	background-color: white;
	width:100%;
	left:0px;
	padding: 3px 0px;
	color:white;
	background-color: #012057;
	opacity: 0.8;
}
.awal:hover{
	opacity: 1;
}
.isiawal{
	width:960px;
	margin: 3px auto;
	text-align: right;
}
.awal .isiawal a{
	opacity: 1;
	text-decoration: none;
	color:white;
}
.awal .isiawal a:hover{
	color:blue;
}
body {
	background: url(back.jpg) no-repeat center center fixed;
	  background-size: cover;
}
.wrapper{
	margin:0px auto;
	width:960px;
	height:auto;
}
.header{
	border:10px solid #012057;
	border-radius:20px;
	background-color: white;
	margin:20px auto 15px;
	font-size:70px;
	text-align:center;
	width:960px;
	height:80px;
}
.content{
	border:10px solid #012057;
	border-radius:20px;
	padding-top:1px;
	background-color:white;
	width:960px;
	height:600px;
}
.footer{
	margin:15px auto auto;
	color: black;
}
.footer a{
	text-decoration:none;
	color:blue;
	opacity:0.8;
}
.footer a:hover{
	text-decoration:none;
	color:blue;
	opacity:1;
}
.content .text{
	font-size:20px;
	width:900px;
	height:auto;
	text-align:justify;
	margin:20px auto auto;
}
.logo{
	margin-top:14px;
	margin-left:250px;	
}
td{
	width:250px;
	height:200px;
	background-color:transparent;
}
.text a{
	text-decoration:none;
	color:blue;
}
.text a:hover{
	text-decoration:none;
	color:red;
}
#back:hover{
	text-decoration:none;
	color:blue;
}
#back{
	text-decoration:none;
	color:black;
}
img{
	margin:auto;
	width:200px;
	height:200px;
}