:root{
    --primary-color:#b1e96f;
}

body{
    background:#f5f7fa;
}

.auth-body{
    background:#f5f7fa;
}

.brand-text{
    color:#222;
    font-weight:700;
}

.btn-primary-custom{
    background:var(--primary-color);
    border:none;
    color:#222;
}

.btn-primary-custom:hover{
    background:#9ad153;
}

.auth-card{
    background:white;
    border-radius:16px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.modal-content{
    border-radius:16px;
    border:none;
}

.modal-header{
    border-bottom:none;
}

.modal-footer{
    border-top:none;
}

.btn-danger{
    background:#dc3545;
}

.btn-danger:hover{
    background:#bb2d3b;
}