header .navbar-brand,
header .navbar-nav .nav-link {
    color: white !important;
}

header .navbar-toggler {
    border-color: white;
}

header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.menu-bar {
    background-color: #024987;
    color: white;
    width: 100%;
    padding: 10px 0;
}

    .menu-bar a {
        color: white;
        margin: 0 10px;
    }

footer {
    background-color: #024987;
    color: white;
    width: 100%;
    padding: 10px 0;
}

    footer a {
        color: white;
    }

.logout_btn {
    background: url(logout_btn.png) no-repeat top left;
}

.login_btn {
    background: #024987;
    color: white;
}

.logout_btn:hover {
    cursor: pointer;
}

h1.slogan {
    margin-top: 24px;
}

h3.grey {
    color: #666;
    font-family: 'Ubuntu Condensed', sans-serif;
    margin-bottom: 25px;
}

p.intro-text {
    font-size: 18px;
    line-height: 26px;
}
.box-login .btn-accesso {
    background: url('accedi50.png') no-repeat center center;
    background-size: contain;
    width: 40px; /* Adjust size as needed */
    height: 40px; /* Adjust size as needed */
    border: none;
    cursor: pointer;
}