
.title-button {
    display: flex;
    justify-content: space-between;
}
  .alphabetical-list {
    list-style-type: lower-alpha; 
    margin-left: 0;               
    padding-left: 1.2em;         
}

.alphabetical-list li {
    position: relative;
}

.alphabetical-list li::marker {
    font-weight: bold;
}
.lang-toggle{
    margin-top: 10px;
    margin-right: 10px;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
.contenitore-all {
    display: flex;
    height: 100vh; 
}

.box-right {
    width: 50%;
    max-height: 100vh;
    overflow-y: auto;  
    box-sizing: border-box;
    padding: 1rem; 
}

      
.lang-section {
	display: flex;
	justify-content: center;
}

.lang-section.active {
	display: block;
}

.lang-toggle button {
    background-color: lightgray;
    color: black;
    cursor: pointer;
    border: none;
    padding: 6px 12px;
    margin-left: 5px;
    font-weight: bold;
}

.lang-toggle button.active {
    background-color: blue;
    color: white;
    cursor: pointer;

}

.contenitore-all {
    display: flex;
    
}


.image-tenders{
    width: 60%;
       height: 90%;
       background-image: url('../img/login/logoNexusAlternIntero.png');
       background-repeat: no-repeat;
       background-position: center;
       background-size: contain;
}

.login-left {
	display: flex;
       	background-color: #006838;
       	width: 50%;
       	height: 96vh;
       	gap: 2rem;
       	align-items: center;
       	flex-direction: column;
       	    flex-direction: column;
       		    justify-content: space-between; /* spinge il contenuto in alto e il footer in basso */
       			    padding: 2rem 1.5rem;
}
.box-right{
    width: 50%;
}

.left-footer {
    font-family: 'gt-regular', sans-serif;
    font-size: 11px;
    color: white;
    text-align: center;
    line-height: 1.5;
    width: 100%;
}

.color-policy {
	color: white;
}