@import url("https://fonts.googleapis.com/css2?family=Lemonada&display=swap");
html, body {
  height: 100%;
  overflow: hidden;
  background-color: black;
  font-family: Avenir, Helvetica, Arial, sans-serif;
}

.global-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}

.global-container .card .card-header {
  background-color: #bebebd;
}

.global-container .card .card-body .title {
  text-align: center;
  font-family: 'Lemonada',
 cursive;
}

.global-container .card .card-body .title p {
  font-weight: bold;
  margin: 0;
}

.global-container .card .card-body .title p.pd {
  font-size: 24px;
}

.global-container .card .card-body form {
  padding-top: 10px;
  font-size: 14px;
  margin-top: 10px;
}

.global-container .card .card-body form .form-control {
  border-radius: 12px;
}

.global-container .card .card-footer {
  background-color: #bebdbd;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.btn {
  font-size: 14px;
  margin-top: 20px;
}

.login-form {
  margin: 20px;
}

.sign-up {
  text-align: center;
  padding: 20px 0 0;
}

.alert {
  margin-bottom: -30px;
  font-size: 13px;
  margin-top: 20px;
}

.dy-back {
  background-image: url("https://kesbangpol.kejari-baritokuala.online/img/rumpiang.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  z-index: 1;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: .5;
  top: -15px;
  left: -15px;
  width: 103vw;
  height: 103vh;
}
/*# sourceMappingURL=login.css.map */