@charset "utf-8";
/* CSS Document */
/*LAYOUT-LOGIN*/
body {
	text-align:justify;
	background-image:url(../images/bg4.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:hidden;
	}
.container_login {
	background-image: url(../images/login_sinas.png);
	background-repeat: no-repeat;
	height:140px;
	margin:auto;
	width:650px;
	padding-top:330px;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	-webkit-animation: login 2s ease;
    -moz-animation:    login 2s ease;
    -ms-animation:     login 2s ease;
}
@-webkit-keyframes login {
	0%   { opacity: 0; }
	100% { opacity: 1; }
    }

@-moz-keyframes login {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

@-ms-keyframes login {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
.login {
	padding-left:50px;
}

.kiri {
	float:left;
	padding:5px;
	}
.kanan {
	float:left;
	padding:5px;
	}
/*FORM*/
.form_login {
	padding-top:5px;
	opacity:1;
}
.form_top {
	padding:8px;
}
.form_txt {
	font-style:italic;
	color:#333;
	}
.inputTxt {
	border-radius: 10px;
	padding-left:5px;
	padding-right:5px;
	margin-top:5px;
	margin-bottom:2px;
	width:160px;
	box-shadow: 0px 0px 15px #F3F3F3 inset;
	border:2px solid #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.button {
	border-radius: 10px;
	background-color:#F90;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-top:5px;
	margin-bottom:0px;
	border:2px solid #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
/*PSEUDO CODE*/
a:hover {
	color:#FFFFFF;
	}
a {
	color:#000000;
	}
/*FOOTER*/
.footer {
	padding: 10px 0;
	color:#CCC;
	font-size:11px;
	text-align:center;
	
	
	-webkit-animation: footer 0.2s linear;
    -moz-animation:    footer 0.2s linear;
    -ms-animation:     footer 0.2s linear;
}
@-webkit-keyframes footer {
	0%   { opacity: 0; padding-bottom:10px; }
	100% { opacity: 1; padding-bottom:0px;}
    }

@-moz-keyframes footer {
	0%   { opacity: 0; padding-bottom:10px;}
	100% { opacity: 1; padding-bottom:0px;}
}

@-ms-keyframes footer {
	0%   { opacity: 0; padding-bottom:0px;}
	100% { opacity: 1; padding-bottom:10px;}
}
.logo_kecil {
    background:url(../images/logo_kecil.png);
    height:40px;
    width:50px;
    margin:0 auto;
}