input {
    font-family: sans-serif !important;
}

.pass {
    background-color: #ffffff;
    border-radius: 3.5px;
    border: 1px solid #242529;
    box-shadow: inset 0 4px 16px rgba(0, 0, 0, .08);
    height: 40px;
    overflow: hidden;
    font-size: 18px;
    letter-spacing: .44px;
    color: #242529;
    padding: 0.375rem 0.75rem;
    width: 100%;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1041;
  width: 50%;
  height: 5px;
  background-color: #00cc83;
  animation: loader 1s linear infinite;
}

@keyframes loader {
  from {
    left: -50%;
  }
  to {
    left: 100%;
  }
}
.nav-header {
    top: 0;
    z-index: 1040;
    position: sticky;
}
