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;
}

.overlay-eye {
    position: absolute;
    margin-left: 300px;
    margin-top: -35px;
}

.view-password {
    display: flex;
    cursor: pointer;
}

.table-top-header {
    color: black !important;
    background-color: white !important;
    text-align: center;
}

.rounded-border {
    margin-top: 0.3em;
    border-radius: 5px;
    font-weight: bold;
    background-color: deepskyblue;
    border: 2px solid black;
}

.numeric-input {
    width: 75px;
}

.flatpickr-day.today {
    border-color: white !important;
}

.flatpickr-day.selected {
    background: orangered !important;
}

.footer-spacing {
    margin-left: 15vw;
}