.login-card {	width: 100%;	max-width: 400px;	padding: 20px;	border: none;	border-radius: 12px;	box-shadow: 0 10px 25px rgba(0,0,0,0.05);}.btn-primary {	background-color: #4e73df;	border: none;	padding: 12px;}.btn-primary:hover {	background-color: #2e59d9;}.tenant-logo {	font-weight: 700;	color: #4e73df;	text-align: center;	margin-bottom: 20px;	font-size: 1.5rem;}:root { --primary-blue: #4e73df; --bg-gray: #f8f9fc; }body { background-color: var(--bg-gray); font-family: 'Inter', sans-serif; }.navbar { background: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }.card { border: none; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.02); }.stat-card { border-left: 4px solid var(--primary-blue); }.table thead { background-color: #f1f4f9; }.table thead th { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; color: #5a5c69; }
/* Greater than 2560*/

@media only screen and (min-width:2050px) {
    
}

@media only screen and (max-width: 1440px) {
    
}

@media(max-width:1200px){
  

}

@media(max-width:992px){
 
    
}

@media(max-width:767px){
 
}

@media(max-width:520px){
  
}

@media(max-width: 379px) {
    

@media(min-width:1250px){
  
}
@media(min-width:1400px){
  
}

@media only screen and (max-width: 1440px) {

}
