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 {
}

.code-snippet {
    border-radius: 5px;
    white-space: pre-wrap;
    background: whitesmoke;
    border: 0px;
    padding-left: 2rem;
    margin: 0;
    max-height: 400px;
    overflow: scroll;
    overflow-x: hidden;
    margin-bottom: 5rem;
}

p.block-quote {
    font-family: monospace;
    border-radius: 5px;
    background-color: whitesmoke;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

.password-requirements {
    font-size: 0.875rem;
    color: #6c757d;
}

.requirement {
    padding: 2px 0;
}

    .requirement.valid {
        color: #198754;
    }

    .requirement.invalid {
        color: #dc3545;
    }

.password-strength {
    height: 5px;
    border-radius: 3px;
    transition: all 0.3s ease;
}