/* CSS Document */
@import url('fonts/roboto.css');

* {
	font-family: "RobotoLight", Arial, Helvetica, sans-serif;
	font-size: 15px;
}
html {
	overflow-y: scroll;
	height: 100%;
	margin: 0px;
	padding: 0px; 
  	background: url(../img/login_bg.jpg) no-repeat fixed center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
body {
	width: 100%; height:100%; padding: 0px; margin: 0px;
	font-family: "RobotoLight", Arial, Helvetica, sans-serif;
	min-width: 1200px;
}
a {
	outline: none;
	text-decoration: none;
}
a img {
	border: none;
}
img#bg {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
	min-height: 100%;
	min-width: 1050px;
}
body > table {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
body > table tr td#left {
	width: 100%;
	text-align: center;
	margin: auto;
	padding: auto;
}
body > table tr td#left table.logo {
	text-align: left;
	color:#000;
	font-weight: bold;
}
body > table tr td#right {
	padding: 30px;
	background-image: url(../img/transparent_1.png);
}
body > table tr td#right .judul {
	font-size: 40px;
	color: #FFFFFF;
}
body > table tr td#right .message {
	color: #FFFF00;
	padding:  15px 0;
}
body > table tr td#right .text {
	font-size: 20px;
	color: #FFFFFF;
	margin: 7px 0px;
}
body > table tr td#right input[type="text"],
body > table tr td#right input[type="password"] {
	border: none;
	padding: 8px;
	width: 250px;
	margin: 5px 0px;
}
body > table tr td#right select {
	border: none;
	padding: 7px;
	width: 266px;
	margin: 5px 0px;
	-webkit-appearance: none;
}
body > table tr td#right input[type="submit"] {
	padding: 8px;
	width: 266px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	border-left: 1px solid #FFFFFF;
	margin-top: 20px;
	font-size: 20px;
	background-color: #EBF2F6;
	cursor: pointer;
}
body > table tr td#right input:hover[type="submit"] {
	background-color: #F9F9F9;
}