@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.saira-600 {
  font-family: 'Saira', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: 'wdth' 100;
}

.poppins-thin {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-style: italic;
}

.box-input {
  width: Hug (327px) px;
  height: Hug (54px) px;
  top: 31px;
  padding: 15px 20px 15px 20px;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid #0c12211a;
  display: flex;
  align-items: center;
}

.form-control-custom label {
  font-size: 15px;
  color: #0c1221;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 20px;
}

.box-input input {
  width: 280px;
  border: 0;
}

.box-input input:focus {
  border: 0;
  /* Menghilangkan border */
  outline: none;
  /* Menghilangkan outline */
}

.form-control-custom.has-error .box-input {
  border: 1px solid red; /* Menambahkan border merah */
}

.form-control-custom > .text-error {
  color: red;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  margin-left: 20px;
}

.btn-forgot-password {
  color: #5173ff;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0 0 32px 0 !important;
}

.btn-forgot-password:hover {
  text-decoration: none !important;
}

.btn-login {
  margin-top: 32px;
  width: 100%;
  height: Hug (60px) px;
  top: 374px;
  padding: 16px 138px 16px 138px;
  gap: 10px;
  border-radius: 40px;
  color: white;
  background-color: #71d38c;
  border: 2px solid #ffffff;
}

.border-footer {
  width: 148px;
  height: 5px;
  gap: 0px;
  border-radius: 100px;
  opacity: 0px;
  background: #0c1221;
}

a {
  color: #43d685;
}
