@import url("https://fonts.googleapis.com/css?family=Numans");
@import url("https://fonts.googleapis.com/css2?family=Viga&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

html,
body {
  height: 100%;
  /* background-color: yellow; */
}
.datepicker {
  z-index: 1600 !important; /* has to be larger than 1050 */
}

/* MENU LOGIN ====================================================================================================== */

#formlogin::after {
  content: "";
  /*background: url("../img/background.jpeg");*/
  background-color: rgba(128, 125, 125, 0.6);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.menulogin {
  width: 320px;
  height: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cardlogin {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.card-header h3 {
  font-family: "Viga", sans-serif;
  color: #0e8a40;
  font-size: 35px;
}

input:focus {
  outline: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}

.form-group {
  /* display: flex; */
  margin-bottom: 10px;
  /* align-content: center; */
}

.login_btn {
  /* color: white; */
  background-color: #0e8a40;
  width: 80px;
  font-family: "Viga", sans-serif;
  font-size: 16px;
}

.login_btn:hover {
  color: #ffc312;
  background-color: grey;
}

.card-footer p.alamat {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #0e8a40;
}
