#box_headlogin{
	position:relative;
	width: 1024px;
	height: 100%;
	
}
.boxheader{
	display: table;
	vertical-align: middle;
	text-align: center;
	height: 70px;
}

.ttl_h1{
	font-size: 22px;
	vertical-align: bottom;
	display: table-cell;
	padding-left: 15px;
	padding-bottom: 14px;
}
.ttl_head_atas{
	font-weight: bold;
	margin-bottom: 1px;
	color: #fd0002;
}
.ttl_head_bawah{
	font-size: 13px;
	color: #ffffff;
}
.halamanlogin{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align:middle;
	position:relative;
	padding: 10px;
}
.box_login{
	display: table-cell;
	vertical-align:middle;
	width:450px;
	height:130px;
	padding-left: 30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(69, 69, 41, 0.4);
	-moz-box-shadow:    1px 1px 10px 0px rgba(69, 69, 41, 0.4);
	box-shadow:         1px 1px 10px 0px rgba(69, 69, 41, 0.4);
	border-radius: 2px;
	background: #202020;
}

#login_loader{
	width: 400px;
	height: 20px;
	padding-top:10px;
	padding-bottom: 5px;
	margin-top: 8px;
}

.login-input {
  color:white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 3px;
  line-height: 22px;
  background-color: #efefef;
  border:1px solid #0847b1;
  transition: all 0.3s;
  padding: 4px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
  color: #000000;
}

.login-input:focus { border:2px solid #02183d; }

.loginlogo{
	position:relative;
	width: 100px;
	height: 160px;
	display: table-cell;
	vertical-align: middle;
}
.loginlogo img{
	width: 100%;
}
.loginform{
	width:300px;
	height: 100%;
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	
}
.btlogin {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  	width: 100%;
  	background:#81abef;
  	border-radius:3px;
  	border:0;
  	cursor:pointer;
  	color:white;
  	font-size:16px;
  	padding-top:9px;
  	padding-bottom:9px;
  	transition: all 0.3s;
  	margin-top:-4px;
  	font-weight:700;
  	box-shadow: 0px 0px 3px #5e5e5e;
}

.btlogin:hover {
	background: #02183d;
}