html,
body {
    min-height: 100%;
}

body {
    background: #f4f6f9;
}

.login-page {
    min-height: 100vh;
}

.login-card {
    border-radius: 14px;
}

.brand-mark {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #007bff;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
}

.form-control-lg,
.btn-lg {
    border-radius: 8px;
}

.company-card {
    white-space: normal;
    border: 0;
    background: transparent;
    border-radius: 12px;
}

.company-card:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.company-card .card {
    border-radius: 12px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.company-card:hover .card {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12) !important;
}

.company-avatar {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #e9f2ff;
    color: #007bff;
    font-size: 1.35rem;
    font-weight: 700;
}

.company-arrow {
    color: #6c757d;
    font-size: 2rem;
    line-height: 1;
}

.access-denied-mark {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff3cd;
    color: #856404;
    font-size: 1.8rem;
    font-weight: 700;
}

.project-meta .badge {
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}
