html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}








.pi-dropdown-label {
    color: #007bff !important;
}

    .pi-dropdown-label:hover {
        text-underline-position: below !important;
    }

/*.pi-dropdown {
    margin-top: -8px !important;
}*/

.pi-nav {
    height: 40px;
}

.pi-label-item {
    font-size: .85em;
    font-style: italic;
    width: 140px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.pi-remember {
    font-size: .85em;
    font-style: italic;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}


.pi-outer-label {
    font-size: smaller;
    font-style: italic;
    width: 100px;
    height: 38px
}

.pi-inner-label {
    padding-top: 5px;
}

.pal-item {
    margin-left: 0
}

.pal-item2 {
    margin-left: 30px !important;
}

.pal-item3 {
    margin-left: 60px !important;
}

img.gravatar {
    border-radius: 50%;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/* display: flex;  di .pi-div   dan margin: auto;  di .pi-center  membuat object di tengah vertikal dan horizontal*/
.pi-banner {
    height: 80vh; /* For 100% screen height */
    width: 100vw; /* For 100% screen width */
    /*margin: 20px auto 20px auto;*/
    /*background-color: #2a2a2a;*/
    display: flex;
}

.pi-center {
    margin: auto;
}

.navbar-brand {
    margin-top: -4px;
    /*width: 130px;*/
}