*{
}

.card-modern{
    background:white;
    border-radius:20px;
    padding:25px;
    box-shadow:0 2px 12px rgba(0,0,0,.05);
    margin-bottom:25px;
}

.card-stat{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    color:white;
    border-radius:20px;
    padding:25px;
}

.stat-number{
    font-size:32px;
    font-weight:bold;
}

.fc{
    background:white;
    border-radius:18px;
    padding:15px;
}

.form-control,
.form-select{
    border-radius:12px;
    height:48px;
}

.btn-primary{
    border-radius:12px;
    height:48px;
    background:#2563eb;
    border:none;
}

.table{
    vertical-align:middle;
}

.login-container{
    width:100%;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#0f172a,#1e3a8a);
}

.login-card{
    width:100%;
    max-width:420px;
    background:white;
    padding:40px;
    border-radius:24px;
}

@media(max-width:991px){

.sidebar{
    display:none;
}

.main-content{
    margin-left:0;
}

}