@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
  width: 360px;
  margin: 60px auto;
}
.logo {
	top: 30px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 320px;
  margin: 10px auto 50px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form select {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #321081;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #4207c8;
}

.select-msi{
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.message {
  width:100%;
  height:20%;
  position:absolute;
  top:40%;
  font-size:150%;
}
.form .message a {
  color: #e60000;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

body {
  background:  #4e3b78; /* fallback for old browsers */
  background: -webkit-linear-gradient(right, #4e3b78, #321081);
  background: -moz-linear-gradient(right, #4e3b78, #321081);
  background: -o-linear-gradient(right, #4e3b78, #321081);
  background: linear-gradient(to left, #4e3b78, #321081);
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}
.pete {
	font-size: 24px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:aliceblue;
	font-weight: bolder;
	text-align: center;
}

.error {
	display: none;
	bottom: 0;
	left: 0;
	position: absolute;
	background: darkred;
	color: aliceblue;
	width: 100%;
	height: 5%;
}
body{
	background-image:linear-gradient(105deg, rgb(165,165,165) 0%,rgb(130,120,170) 35%,rgb(100,70,170) 100%);
}
.tbl-company{
	background: aliceblue;
	color: black;
	font-family: "Roboto", sans-serif;
}
.point{
	margin-top:60px;
	margin-bottom:10px;
}
.tbl-keterangan{
	
}
.menuButton{
	top:0px;
	width:100%;
	position:absolute;
}

@media screen and (max-device-width: 360px) and (orientation: portrait){
  /* some CSS here */
	.pete{
		font-size: 18px;
	}
	.form{
		max-width: 280px;
		padding: 20px;
	}
}