@import "lib_css.css";
*{
    outline: none;
}
body{
	background: #2876A6;
	font-family: roboto;
}

/*login design */

.login_container{
	position: relative;
	width: 600px;
	margin: 100px auto;
}
.login_top{
	text-align: center;
}
.login_top img{
	width: 300px;
	height: auto;
}

.login_center{
	position: relative;
	width: 100%;
}
.login_wrapper{
	position: relative;
	z-index: 20;
	width: 80%;
	margin: auto;
	padding: 10px 0;
	background: #65B5E6;
	border-radius: 0px 0px 30px 30px;
	box-shadow: 0px 5px 10px rgba(0,0,0,.5);
}
.judul_login{
	text-align: center;
	font-family: princetown;
	color: #fff;
	font-size: 50px;
	text-shadow: 0px 0px 5px rgba(0,0,0,.5);
	font-weight: normal;
	margin: 12px 0 0 0;
}
.shadow{
	position: absolute;
	width: 100%;
	z-index: 30;
	height: 40px;
}
.left_shadow{
	width: 10%;
	float: left;
	background-image: url("../images/icon/wing_left2.png");
	background-repeat: no-repeat;
	height: 40px;
}
.center_shadow{
	width: 80%;
	float: left;
	background-image: url("../images/icon/shadow_tengah.png");
	background-repeat: repeat;
	height: 40px;
}
.right_shadow{
	width: 10%;
	float: left;
	background-image: url("../images/icon/wing_right2.png");
	background-repeat: no-repeat;
	background-size: 60px 20px;
	height: 40px;
}
.layout_login{
	width: 80%;
	margin: 15px auto;
}
.layout_login table{
	width: 100%;
	border-collapse: collapse;
	background: none;
}
.layout_login table td{
	padding: 8px 5px;
	color: #fff;
	font-family: roboto-light;
}
.layout_login table td:nth-child(1){
	width: 20%;
	text-align: right;
}
.layout_login table td:nth-child(2){
	width:; 70%;
}
.layout_login input[type="text"], .layout_login input[type="password"]{
	padding: 8px 10px;
	border-radius: 5px;
	border: 1px solid #fff;
	width: 93%;
	font-size: 14px;
}
.layout_login input[type="text"]:focus, .layout_login input[type="password"]:focus{
	background: #F9FEB7;
}
.tombol_login{
	width: 100%;
	background: #F48300;
	border: 1px solid #4989AF;
	padding: 8px;
	border-radius: 5px;
	font-size: 15px;
	cursor: pointer;
	font-size: 15px;
	font-family: roboto;
}
.tombol_login:hover{
	background: #D8A62E;
}
.login_bottom{
	text-align: center;
	color: #EDECEC;
	font-size: 12px;
	font-family: roboto-light;
	margin: 25px 0;
}

.warning{
	font-family: roboto-bold;
	display: block;
	text-align: left;
	background: #FBF7B0;
	margin: 10px 0;
	padding: 10px 10px;
	border-radius: 5px;
	color: #424242;
	box-shadow: 0px 2px 3px rgba(0,0,0,.1);
}
.login_warning{
	margin-right: 10px;
}
.close_message{
	float: right;
	color: #E0E3AF;
	margin-top: 1px;
	cursor: pointer;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-ms-transition: .3s all ease;
	-o-transition; .3s all ease;
	transition: .3s all ease;
}
.close_message:hover{
	color: #676767;
}
/*Zebra_Form Custom*/

.Zebra_Form .row{
	background: none;
	border-bottom: none;
}
.Zebra_Form .row table td{
	padding: 8px 5px;
	color: #fff;
	font-family: roboto-light;
}
.Zebra_Form .row table td:nth-child(1){
	width: 20%;
	text-align: right;
	vertical-align: middle;
}
.Zebra_Form .row table td:nth-child(2){
	width:; 70%;
}
.Zebra_Form label{
	font-family: roboto-light;
}
