
.hr {
display: inline-block;
}
.hr:after {
content: '';
display: block;
border-top: 1.5px solid rgb(1,74,138);
margin-top: 0.5em;
}

html,body,.login-box {
  max-height: 100%;
  height: 100%;
}

body {
  background: url('/assets/img/bg-depan.png') no-repeat;
  background-size: cover;
}

.max {
  max-height: 95%;
}

.overflow-y {
  overflow-y: auto;
}

#konten {
  background-color: white;
  padding: 1%;
  text-align: center;
  margin-top: 10%;
  margin-left: 40%;
  width: 20%;
  box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}

#konten.daftar {
  padding: 3%;
  margin: 5% auto 5% 25%;
  width: 40%;
}

#konten.daftar h2 {
  text-align: left;
}

/* #masuk input[type=text], #masuk input[type=password]{
  width: 90%;
  padding: 5% 8%;
  margin: 1% 0% 3% 0%;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}

#daftar input[type=text], #daftar input[type=password], #daftar input[type=number],#daftar input[type=email], #daftar textarea {
  width: 100%;
  padding: 4% 8%;
  margin: 1% 0% 3% 0%;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 1px 2px 3px rgba(0,0,0,.5);
} */

.default-btn {
  display: inline-block;
  margin: 5px;
  border: 2px solid rgb(1,74,138);
  border-radius: 10px;
  padding: 4% 3% ;
  text-decoration: none;
  font-size: 12pt;
  color: white;
  background: rgb(1,74,138);
  box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}

.default-btn:active {

}


span > label.error {
  color: red;
  font-style: italic;
  font-size: 10pt;
}

span.error{
  color: red;
  font-style: italic;
  font-size: 10pt;
}
