.login-page, .register-page {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.login-box {
    width: 400px;
}
.login-logo b {
    color: #fff;
    font-size: 2rem;
}
.login-logo small {
    color: rgba(255,255,255,0.8);
    font-size: 1rem;
}
.card {
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.content-header h1 {
    font-size: 1.8rem;
    font-weight: 300;
}
.small-box {
    border-radius: 8px;
}
.table th {
    border-top: none;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #6c757d;
}
.custom-marker {
    background: transparent !important;
    border: none !important;
}
.leaflet-popup-content {
    font-size: 13px;
    line-height: 1.5;
}
.form-control-color {
    padding: 2px;
}
.brand-link .brand-text {
    font-weight: 700;
    font-size: 1.2rem;
}
