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

body {
  background: #ffffff;
  overflow: hidden;
}

#content_jumbotron {
  border-radius: 30px 0px 0px 30px;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/media/logos/mask_side_login.png");
  background-size: cover;
  /* background-position: bottom; */
  background-repeat: no-repeat;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)),
    url("/assets/media/logos/mask_side_login.svg"); */
}

/* .jumbotron_ {
  background: linear-gradient(
    178.31deg,
    #000000 1.43%,
    rgba(0, 0, 0, 0.686257) 45.36%,
    rgba(0, 0, 0, 0) 103.55%
  );
} */

.jumbotron_ h4 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;

  position: relative;
  bottom: 12px;
  margin-left: 26px;
}

.jumbotron_ h1 {
  text-align: center;
  font-family: Nunito;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  /* Base/Light */

  color: #FFFFFF;

  margin-top: 5%;
}

#bupati_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#title_logo {
  margin-top: 32px;
  margin-left: 20px;
}

#manca_img {
  /* margin-left: 407px; */
}

.header_jumbotron {
  padding: 32px 56px 32px 56px;
}

.header_jumbotron>img,
.header_jumbotron>hr,
.header_jumbotron>h4 {
  display: inline-block;
}

.header_jumbotron h4 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;

  position: relative;
  bottom: 12px;
  left: 20px;
}

.login-content {
  padding: 100px 122px 0 122px;
}

.hr_line {
  border-left: 4px solid #ffffff;
  height: 40px;
  border-top: none;
  border-radius: 2px;
  margin-left: 12px;
}

.logo_ {
  width: 55px;
  position: relative;
  bottom: 28px;
}

.bugisse_text {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 18px;
  /* width: 83%; */
  margin-top: 1rem;
  font-family: "Inter", sans-serif;
  font-style: oblique;
  color: #ffffff;
  /* font-weight: 800; */
  font-size: 32px;
}

.items-tes {
  background: red;
  width: 150px;
  height: 100px;
  width: 28rem;
}

.login-form {
  margin-top: 50px;
  /* padding: 28px; */
  width: 100%;
}

.title_logo {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;

  color: #000000;
  margin-top: 28px;
}

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

  letter-spacing: 0.005em;

  color: #202020;
  margin-bottom: 32px;
}

.login-form label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;

  color: #000000;
}

.login-form input {
  width: 100%;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.005em;

  color: #6d6d6d;
  padding: 16px;

  background: #ffffff;
  /* Color Foundation/Neutral/neutral-300 */

  border: 1px solid #e4e9f2;
  /* Inner/Shadow 1 */

  box-shadow: inset 1px 2px 2px rgba(21, 26, 48, 0.05);
  border-radius: 4px;
}

.btn-general {
  background: #354C9F;
  box-shadow: 0px 1px 2px rgba(21, 26, 48, 0.05);
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */

  letter-spacing: 0.005em;

  color: #ffffff;
}

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

/* .icon_content {
  position: absolute;
  left: 70%;
  cursor: pointer;
} */

/* #content_jumbotron {
  height: 100vh;
  padding-bottom: 32px;
  padding-top: 32px;
  background: #642ee2;
  border-radius: 16px;
  width: 100%;
  height: 100%;
} */

#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;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 1025px) {
  #bupati_img {
    width: 80%;
  }

  .jumbotron_ h1 {
    margin-top: 5%;
    font-size: 24px;
    margin-left: 30%;
  }

  /* #title_logo {
    margin-top: 32px;
    margin-left: 20px;
  } */

  #manca_img {
    margin-left: 40%;
    width: 25%;
  }

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type="number"] {
    -moz-appearance: textfield;
  }
}

@media (max-width: 576px) {
  #content_jumbotron {
    display: none;
  }

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type="number"] {
    -moz-appearance: textfield;
  }
}

@media (max-width: 1366px) {
  .icon_content {
    left: 74%;
  }

  .login-content {
    padding: 50px 50px 50px 50px;
  }

  .logo_monev {
    width: 250px;
  }

  .title_logo {
    margin-top: 20px;
  }

  .login-form {
    margin-top: 40px;
    padding: 0 0px 0px 46px;
  }

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type="number"] {
    -moz-appearance: textfield;
  }

  /* .bugisse_text {
    font-size: 16px;
    padding: 10px 12px 10px 12px;
    position: relative;
    bottom: 25px;
  } */

  /* .jumbotron_ h4 {
    font-size: 14px;
    line-height: 21px;
    position: relative;
    bottom: 18px;
  }

  .jumbotron_ h1 {
    font-size: 18px;
  } */
  /* #content_jumbotron {
    padding: 28px;
  }

  .content_jumbotron_ {
    position: relative;
    bottom: 28px;
  } */
}