body.login-page {
    background: radial-gradient(circle at 0% 0%, #d8eee2 0%, transparent 36%), radial-gradient(circle at 100% 0%, #d6e7f5 0%, transparent 34%), linear-gradient(180deg, #eef8f3 0%, #eaf4fa 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.login-page > .grid {
    flex: 1 0 auto;
    min-height: auto;
}

.image {
    margin-top: -100px;
}

.column {
    max-width: 500px;
}
#nav-login {
    background: linear-gradient(90deg, #0b965f 0%, #0a75a8 100%);
    color: #ffffff;
    padding: 10px 14px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 30px rgba(7, 62, 92, 0.35);
    backdrop-filter: blur(8px);
}

#itemMenu {
    flex: 1;
    text-align: center;
    margin: 0 5px;
    padding: 4px 8px;
    background-color: rgba(255, 255, 255, 0.92);
    color: #10465c;
    text-transform: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    border: 1px solid rgba(19, 112, 147, 0.35);
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 12px;
    box-shadow: 0 8px 20px rgba(10, 95, 143, 0.16);
    gap: 8px;
    min-height: 64px;
}

#itemMenu h4.header.item {
    color: #0a4b69;
    font-size: clamp(0.76rem, 0.42vw + 0.65rem, 1rem);
    line-height: 1.3;
    white-space: normal;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

#Footer {
    background: linear-gradient(90deg, #0a5f8f 0%, #0b7f57 100%);
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-top: auto;
}
