@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;800&display=swap);
body,
h4,
h5,
p {
  margin: 0;
}
body {
  font-family: Poppins, sans-serif;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
  color: #747474;
}
p {
  font-size: 14px;
}
.bg-login {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.custom-card {
  position: relative;
  width: 770px;
  height: max-content;
  padding: 30px;
  background-color: #fff;
  border-radius: 29px;
  box-shadow: 0 2px 3px 0 rgba(153, 140, 140, 0.5);
  margin-left: auto;
  margin-right: auto;
}
.fw-600 {
  font-weight: 600;
}
.circle-gray {
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
  background-color: #d0d0d0;
}
.custom-flex {
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.btn-submit {
  width: 100%;
  background-color: #2e5ca1;
  border-radius: 12px 0;
  color: #fff;
  margin-bottom: 8px;
}
.btn-lupa-password:hover,
.btn-submit:hover {
  background-color: #1f3e6c;
  color: #fff;
}
.btn-lupa-password {
  width: 100%;
  border: 1px solid #2e5ca1;
  border-radius: 12px 0;
  color: #2e5ca1;
}
.d-none-mobile {
  display: block;
}
.custom-bg {
  background-color: #f6faff;
}
.bg-login {
  background-image: url(../img/bg-sso.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.c-1{
    position: absolute;
    top: 50%;
    border: 1px solid #A0A0A0;
    color: #A0A0A0;
    width: 40px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 12px;
    background-color: white;
    border-radius: 50%;
}

.brh-1{
    border-left: 1px dashed #A0A0A0;
    height: 400px;
}

.relative{
    position: relative;
}

.pi-c {
    place-items: center;
    justify-items: center;
}

@media (max-width: 992px) {
  .custom-card {
    width: 100%;
  }
  .d-none-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .img-ills {
    top: 40px;
    width: 400px;
  }
  .background-img {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .img-ills {
    top: 45px;
    width: 350px;
  }
  .background-img {
    height: 200px;
  }
}
