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%;
}



.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;
}
.login-container {
    margin-top: 5%;
    margin-bottom: 5%;
}
.login-form-1 {
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.logo-bar-item {
    display: inline-block;
    vertical-align: middle;
    float: left;
    padding: 0 15px;
}
.header-details-box .header-details-icon > I {
    background: #EC8237;
}
.table th {
    background-color: #31214E!important;
    color: #fff !important;
}

.header-details-box .header-details-icon > i {
    color: #fff;
    padding: 10px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    width: 50px;
}

.header-details-box .header-details-icon > I {
    border-radius: 10%;
}
.header-details-box .header-details-icon {
    float: left;
    text-align: center;
    min-width: 40px;
    margin-right: 15px;
    font-size: 18px;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ensure the body takes up at least the full viewport height */
}

