body{
background:#f4f6f9;
}

/* Dashboard layout */
.dashboard{
max-width:500px;
margin:auto;
padding-top:25px;
}

/* Logo styling */
.dashboard-logo{
width:90px;
margin-bottom:10px;
}

/* Brand title */
.brand-name{
font-weight:700;
}

/* Cards styling */
.card{
border-radius:12px;
}

/* Login page layout */
.login-body{
display:flex;
justify-content:center;
align-items:center;
height:100vh;
background:#f4f6f9;
}

/* Login container */
.login-box{
width:350px;
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 0 15px rgba(0,0,0,0.1);
text-align:center;
}

/* Login logo */
.logo{
width:90px;
margin-bottom:10px;
}

/* Login brand title */
.brand{
margin-bottom:20px;
font-weight:700;
}