.alert-alert {
    color: #ffda6a;
    background-color: #332701;
    border-color: #997404;
}


.alert-notice {
    color: white;
    background-color: #2962ff;
    border-color: #2979ff;
}

/* Dotted-leader spacer for label/value list rows. Drop a
   <span class="dotted-leader"></span> between the label and the value in a
   flex row; the spacer expands to fill the gap and bridges it with a faint
   dotted line that inherits the row's text color. */
.nav-logo {
    height: 34px;
    border-radius: 4px;
    padding: 2px 8px;
    background-color: #fff;
}

.login-logo {
    display: block;
    height: 80px;
    margin: 0 auto 1rem;
}

.dotted-leader {
    flex: 1;
    border-bottom: 0.125rem dotted currentColor;
    opacity: 0.3;
    margin: 0 0.5rem;
    transform: translateY(-0.35em);
}