/* ------------ General Style ------------ */
body {
	padding-top: 90px;
  padding-bottom: 40px;
  /*background:url(../images/jamkrindo-gedung.png) fixed top left;*/
  /*background-size: 100% 100%;*/
}

.login {
 background: rgba(255,255,255, 0.5) !important;
  max-width: 380px;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.login .logo img {
  width: 20%;
}

.login .brand {
  margin-top: -10px; 
  padding-bottom: 20px;
  text-align: center;
  font-family: 'Merienda One', cursive;
}

.has-success .input-group-addon {
  color: #ffffff;
  background-color: #3c763d;
  border-color: #3c763d;
  border-radius: 0;

}

.input-group input {
  border-radius: 0;
  height: 40px;
  font-size: 16px;
}

.btn {
  border-radius: 0;
  background-color: #3c763d;
  border-color: #3c763d;
}


.alert {
  margin-top: 15px;
}


.footer {
/*  margin-top: 50px;*/
  bottom: 0 !important;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}