@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope&display=swap");

body {
  padding: 0;
  margin: 0;
}

#login-custom {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#info-login {
  border-radius: 8px;
  background: rgba(255, 242, 242, 0.13);
  backdrop-filter: blur(50px);
  width: 123%;
}

.pimpinan_daerah_img {
  margin-left: 160px;
  width: 600px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#side-login {
  background-color: #045c44;
  border-radius: 35px 0px 0px 35px;
  background-image: url("/assets/image/dots.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top right;
}

#aside-login-content {
  /* margin-left: 11rem; */
  padding: 40px;
}

#aside-login-content h1 {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 1px;
  /* or 44px */

  letter-spacing: 0.005em;

  /* Base/Light */

  color: #ffffff;
}

/* #aside-login-content p {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 27px;

  letter-spacing: 0.005em;

  color: #ffffff;
} */

#img-analitic {
  width: 60%;
}

#form-login h3 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */

  letter-spacing: 0.005em;

  color: #000000;
}

.logo-side-top {
  display: inline-block;
}

.logo-side-top h6 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  left: 9rem;
  bottom: 72px;
  color: #ffffff;
}

.box-text {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  width: 70%;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.box-text p {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  /* identical to box height */

  letter-spacing: 0.005em;
  padding: 12px 36px 7px 31px;

  color: #ffffff;
}

#form-login h1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  /* identical to box height, or 138% */

  /* Base/Dark */

  color: #151a30;
}

#crafted {
  position: absolute;
  bottom: 35px;

  color: #78777b;
}

#crafted span {
  color: #354c9f;
}

#crafted span a {
  color: #1d4ed8;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;

  letter-spacing: 0.005em;
}

.icons-custom {
  color: #000000;
  position: relative;
  bottom: 28px;
  right: 10px;
  float: right;
}
