@charset "utf-8";
@import url(Raleway.css);
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#0084ff;
}

.BgCont { 
	width: 100%;
	padding-bottom: 80px;
	background-color:#2a2a2a; 
}

.BgIm {
	width: 100%;
	height: 100%;
	background-image:url(../templates/Default/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.Logo{
	margin-left: 14%;
	margin-top: 8%;
}

.Logo img{
	-webkit-box-shadow: 0px 0px 3px 5px #f2e1f2;
	-moz-box-shadow: 0px 0px 3px 5px #f2e1f2;
	box-shadow: 0px 0px 23px 1px #061255; 
}

.Garis {
	width: 100%;
	height: 200px;
	background-color:rgba(0, 0, 0, .6);
	position: absolute;
	top: 150px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.DivText{
	height:70%;
	width: 50%;
	margin-left: 10%;
}

.SimdaText{
	top: 28%;
	position: absolute;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:66px;
	color:#EEE;
	font-weight:bolder;
	text-shadow: 3px 4px 2px rgba(20, 25, 25, 0.9);
}

.PemkabText{
	top: 62%;
	position: absolute;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#EEE;
	font-weight:100px;
	text-shadow: 1px 2px 0px rgba(20, 25, 25, 0.9);
}

.DivLogin{
	height:70%;
	width: 50%;
	margin-right: 10%;
	padding-top: 4%;
}

.LoginBox{
	float: right;
	width: 350px;
}

.LoginSeparate{
	width: 100%;
	display: flex;
	margin-top: 5px;
}

.LoginBoxKiri{
	width: 175px;
	text-align:right;
	padding: 0px;
	padding-top: 3px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#EEE;
	text-shadow: 1px 2px 0px rgba(20, 25, 25, 0.9);
	font-size:19px;
	line-height: 33px;
}

.LoginBoxKanan{
	width: 175px;
	padding: 0px;
	padding-left: 7px;
	text-align:left;
	padding-top: 3px;
}

.Box-Login{
	height: 35px;
	border: 0.1px solid #333;
	border-radius: 5px;
	padding: 2px 5px 2px;
	width: 90%;
	background-color: #ecf7cd;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight: 700;
	color:#333;
}

.Box-Login:focus{
	outline: none;
	background-color: #d0deaa;
}

.btnLogin {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 1px 1px 1px #1c1c1b;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight:700;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background: #8b0000;
  border: solid #d0deaa 0px;
  text-decoration: none;
  outline: none;
}

.btnLogin:hover {
  background: #191970;
  text-decoration: none;
  color: #fff;
  outline: none;
  cursor:pointer;
}

.LoginMessages{
	width: 100%;
	margin-top: 5px;
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#EEEEEE;
	font-size: 13px;
}


.CopyRight{
	width: 100%;
	margin-top: 25%;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
  	color: #ffffff;
	font-size: 19px;
	text-shadow: 1px 1px 1px #1c1c1b;
}