.login-warning {
    background-color: #fff3cd;
    color: #856404;
    padding: 12px;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #ffeeba;
}

.login-warning a {
    color: #0d6efd;
    text-decoration: none;
    margin-left: 8px;
}

.login-warning a:hover {
    text-decoration: underline;
}
