body{
    font-family:Arial;
    margin:0;
    background:#f5f6fa;
}

.main-container{
    padding:20px;
}

header{
    background-color:#704214;
    color:white;
    padding:15px 40px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
header{
    background-color:#704214;
    color:white;
    padding:8px 20px;   /* 🔥 smaller height */
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/* LEFT SIDE */
.logo-box{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

/* LOGO SMALLER */
.logo{
    width:40px;   /* 🔥 reduced size */
    height:40px;
    object-fit:cover;
    border-radius:4px;
}

/* TEXT BELOW LOGO SMALLER */
.logo-text{
    margin-top:2px;
    font-size:12px;  /* 🔥 smaller text */
    font-weight:bold;
}

/* NAV LINKS COMPACT */
nav a{
    color:white;
    margin-left:10px;
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
}

/* logo + title wrapper */
.logo-container{
    display:flex;
    align-items:left;
    gap:10px;
}

/* logo size */
.logo{
    width:50px;
    height:50px;
    object-fit:cover;
    border-radius:5px;
}

.top-navbar{
    background:#003366;
    color:white;
    padding:15px 20px;

    display:flex;
    justify-content:space-between;
    align-items:center;
}


.logo-container{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:20px;
    margin:0 auto 5px auto;
}

.logo{
    width:120px;
    height:120px;
    object-fit:contain;
    border-radius:10%;
}

.logo{
    width:120px;
    height:120px;
    object-fit:contain;
    margin:0 auto 5px auto;
}

.login-box{
    margin-top:0;
    padding-top:0;
}
.login-logo{
    margin-top:0;
    display:block;
    margin:10px auto 2px auto;  /* 👈 reduces space below logo */
    width:70px;
    height:70px;
    object-fit:contain;
}

h2{
    margin:2px 0 5px 0;  /* 👈 reduces space above text */
    text-align:center;
}