.auth-layout-wrap .auth-content {
  width: 600px;
}

@media screen and (max-width: 440px) {
  .btn-login-custom {
    min-width: 80px !important;
  }
}

@media screen and (max-width: 768px) {
  div#carousel {
    display: none;
  }

  .auth-layout-wrap .auth-content {
    width: 100% !important;
    padding: 15px;
  }

  div#auth-form.col-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  div .row .title-auth {
    flex-wrap: nowrap !important;
  }

  .nav-button {
    padding: 3px 10px 9px 10px !important;
    justify-content: center;
    justify-items: center;
    margin-right: 1.5rem !important;
  }
}

@media screen and (max-width: 1280px) {
  .auth-layout-wrap .auth-content {
    width: 1200px;
  }
}

@media screen and (min-width: 768px) {
  .card.o-hidden {
    height: 700px !important;
  }
}

.auth-logo img {
  width: 75px !important;
  height: 75px;
}

.nav-button {
  display: flex !important;
  position: relative !important;
  border-radius: 10px !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 25px 15px 31px;
  font-weight: 700 !important;
  z-index: 1 !important;
}

::after::before {
  box-sizing: border-box !important;
}

::after,
::before {
  box-sizing: border-box !important;
}

.card-modal {
  border-radius: 10px !important;
  box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%) !important;
  border: 0 !important;
}

.label-form {
  color: #543f7c !important;
  margin-left: 10px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

img.w-100 {
  height: 790px !important;
  /* 50rem; */
}

b.title-auth {
  color: #543f7c !important;
}

img.ico {
  max-width: 40px !important;
}

img.logo-iga {
  margin-left: 40px !important;
  width: 80px !important;
  height: 80px !important;
}

p.follow {
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-top: 26px !important;
}

label.lupa-password {
  font-size: 9pt !important;
  text-decoration: underline !important;
}

h3.banner {
  color: #fff !important;
}

.modal-header {
  justify-content: center !important;
}

.login-form-wrapper,
.register-form-wrapper {
  border: 1px dashed #b9b9b9;
  padding: 30px 30px;
  border-radius: 15px;
  margin-top: -25px;
}

.btn-login-custom {
  padding: 10px 25px;
  border-radius: 20px;
  margin: 0px 12px;
  min-width: 136px;
}

.btn-login-action {
  padding: 12px 25px;
  border-radius: 25px;
  margin: 0px 3px;
  min-width: 100px;
}
