body {
}

.brand-overlay {
    background: rgb(0 0 0 / 5%);
    min-height: 100vh;
}

.navbar-brand-text {
    font-weight: 700;
    letter-spacing: 0.04em;
}

.navbar-custom {
    background-color: #fce300;
}

.navbar-custom .nav-link {
    color: #000000;
}

.navbar-custom .nav-link.active,
.navbar-custom .nav-link:hover {
    color: #333333;
}

.btn-brand-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #ffffff;
    font-weight: 600;
}

.btn-brand-primary:hover {
    background-color: #0b5ed7;
    border-color: #0b5ed7;
    color: #ffffff;
}

.card-brand {
    background-color: rgba(255, 255, 255, 0.94);
    border-radius: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.card-brand .card-header {
    background-color: transparent;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.card-brand .card-title {
    color: #000000;
}

.site-footer {
    background-color: rgba(0, 0, 0, 0.85);
    color: #ffffff;
}

.site-footer a {
    color: #fce300;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

#logout-form {
    display: inline;
  }
#logout-form button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
}

.tip {
    font-style: italic;
    color: #5e5e64;
    font-size: smaller;
}

.form-group {
    margin-bottom: 15px;
}