@charset "utf-8";
/* CSS Document */

html,
body {
  height: 100%;
  margin:0;
}
body {
  //display: -ms-flexbox;
  //display: flex;
  //-ms-flex-align: center;
  //align-items: center;
  //padding-top: 40px;
  //padding-bottom: 40px;
  background-color: #f5f5f5;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  margin-top:-75px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.headerlogin{
	width:100%;
	height:180px;
	background-color:#0080C0;
	padding-top:30px;
}
.headerlogin .txtapps{
	position:relative;
	color:#fff;
	font-family: 'Carter One', cursive;
	font-size:40px;
	//font-weight:bold;
	//margin-top:-30px;
}
.headerlogin .txtlokasi{
	position:relative;
	color: #FF0;
	font-size:18px;
	margin-top:-35px;
	font-weight:bold;
}

.headersiswa{
	height:40px;
	background-color:#0080C0;	
}

.txtapps2{
	position:relative;
	color:#666;
	font-family: 'Carter One', cursive;
	font-size:28px;
	//font-weight:bold;
	//margin-top:-30px;
}
.txtlokasi2{
	position:relative;
	color: #0080C0;
	font-size:13px;
	margin-top:-30px;
	font-weight:bold;
	margin-bottom:10px;
}
/* Image Hover Zoom */
/* [1] The container */
.img-hover-zoom {
  height: 150px; /* [1.1] Set it as per your need */
  width: 150px;
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  margin: 5px 5px;
  float: left;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  height: 100px;
  width: 150px;
  border:#0080C0 solid 1px;
  border-radius:10px;
  transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
  cursor: pointer;
}
/* End Image Hover Zoom */
.textwelcome{
	color: #0080C0;
	font-weight:bold;
	font-size:16px;
	margin-top:5px;
}

table.keren{
	width:100%;
	margin:auto;
	border-width:1px;
	border-spacing:0px;
	border-style:solid;
	border-color:#ccc;
	border-collapse:collapse;
	background-color:#FFFFFF;
	//margin-top:10px;
	font-size:x-small;
}
table.keren th{
	border-width:1px;
	padding:1px;
	border-style:solid;
	border-color:#ccc;
	background:#0080C0; //linear-gradient(#CCC,#999);
	color:#fff;
	font-weight:bold;
	text-align:center;
	height:20px;
}
table.keren td{
	border-width:1px;
	padding:2px;
	border-style:solid;
	border-color:#ccc;
	color:#000000;
	height:15px;
}
table.keren tr:hover{
	background:#FFC;
}

.frmsandi{
	width:80%; 
	text-align:center; 
	color:#666;
	margin:auto;
}
a:link,a:visited,a:active{
		color:#333;
		text-decoration:none;
	}
a:hover{
			color:#0080C0;
}

/* DESKTOP VERSION */
@media (min-width: 992px) {
	table.keren{
		font-size:small;
	}
		.frmsandi{
		width:500px;	
	}
}
