@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

#box_headlogin{
	position:relative;
	width: 1024px;
	height: 100%;
	
}
.boxheader{
	display: table;
	vertical-align: middle;
	text-align: center;
	height: 70px;
}
.box_logo{
	position:relative;
	width:170px;
	height:90px;
	background: url('logohexsa.png') no-repeat;
	background-size:170px 90px;
	margin-top: 20px;
	
}
.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:white;
}
.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;
	height:180px;
	width:450px;
	padding-left: 30px;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:30px;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(69, 69, 41, 0.4);
	-moz-box-shadow:    4px 4px 10px 0px rgba(69, 69, 41, 0.4);
	box-shadow:         4px 4px 10px 0px rgba(69, 69, 41, 0.4);
	border-radius: 5px;
}
#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: transparent;
  border:2px solid #CC6666;
  transition: all 0.3s;
  padding: 8px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
  color: #000000;
}

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


.loginlogo{
	width: 130px;
	height: 100%;
	background: url('admin.jpg');
	background-size:130px 100%;
	display: table-cell;
	vertical-align: middle;
}
.loginform{
	width:300px;
	height: 100%;
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	
}
.btlogin {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  	width: 100%;
  	background:#76a783;
  	border-radius:5px;
  	border:0;
  	cursor:pointer;
  	color:white;
  	font-size:24px;
  	padding-top:10px;
  	padding-bottom:10px;
  	transition: all 0.3s;
  	margin-top:-4px;
  	font-weight:700;
}

.btlogin:hover {
	color: #dfe4e0;
}