html{
    /* height: 100%; */
}

body {
    margin: 0;
    padding: 0;
    background-color: #bdddf4;
    /* height:100% */
}

.header {
    width: 100%;
    height: 150px;
    background-color: #bdddf4;
}

.logo {
    width: 443.27px;
    height: auto;
    padding-top: 2rem;
    padding-left: 3rem;
}

.container{
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    border-radius: 55px 55px 0px 0px;
    /* height:100%; */
    height: fit-content;
    padding-bottom: 1rem;
}


/* Stile immagine */
#cantiere {
    overflow: hidden;
    width: 42rem;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
}

#cantiere img {
    width: 100%;
    height: auto;
    border-radius: 55px;
    top: 30px;
    left: 55px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#cantiere img.active {
    opacity: 1;
}

.accesso {
    width: 350px;
    height: 443px;
    border-radius: 15px;
    background-color: #bdddf4;
    right: 100px;
    top: 300px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}

.loginForm{
    display: flex;
    flex-direction: column;
    padding-left: 4rem;
    color: #313238;
    font-family: Montserrat;
    font-weight: bold;
}

.bentornato{
    color: #313238;
    font-family: Montserrat;
    padding-left: 4rem;
    margin-bottom: 3rem;
}

.testoInput{
    color: #313238;
    font-family: Montserrat;
    font-size: 1.2rem;
}

.b_accedi {
    width: 21.1rem;
    height: 4rem;
    border-radius: 20px;
    background-color: #bdddf4;
    color: white;
    font-family: Montserrat;
    border: none;
    transition: background-color 0.3s ease;
    cursor: pointer;
    outline: none;
    margin-top: 5rem;
}

.b_accedi:hover {
    background-color: #3a6f9a;
}

.user,
.password {
    width: 20rem;
    height: 4rem;
    background-color: #bdddf4;
    border: none;
    border-radius: 20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    padding-left: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Aggiunge un'ombra leggera */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Transizione per animazioni fluide */
}

.user:focus,
.password:focus {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Ombra più pronunciata al focus */
    outline: none; /* Rimuove il contorno predefinito */
}

.user::placeholder,
.password::placeholder {
    color: #000000; /* Colore del placeholder */
    opacity: 1; /* Assicura che il colore del placeholder sia visibile */
}

.ric_accesso {
    color: #313238;
    font-family: Montserrat;
    font-size: 1rem;
    margin-top: 1rem;
}

.label-text {
    margin-left: 0.5rem;
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: scale(0);
    animation: ripple-effect 0.6s linear;
    pointer-events: none;
}


.divLanguageIt{
    font-weight: bold; 
    float: right; 
    margin-right: 10px; 
    margin-top: 10px;
}


.divLanguageEn{
    display: inline-block; 
    margin-right: 10px;

}


#imgIt{
    width:30px;
}

#imgEn{
    width:30px;
}


@keyframes ripple-effect {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.recuperaPW {
    border: none;
    background-color: transparent;
    color: #313238;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
    padding-top: 0.4rem;
}

/*grafica mobile*/
@media (max-width: 480px){
    .header{
        height: 150px;
        width: 100%;
    }
    .logo{
        width: 280px;
        height: auto;
    }
    #cantiere{
        display: none;
    }
    .accesso{
        position: absolute;
        left:50%;
        transform: translateX(-50%);
        top: 200px;
    }
}

/*grafica mobile orizzontale*/
@media (max-width: 767px){
    .header{
        height: 100px;
        width: 100%;
    }
    .logo{
        width: 280px;
        height: auto;
    }
    #cantiere{
        display: none;
    }
    .accesso{
        position: absolute;
        left:50%;
        transform: translateX(-50%);
        top: 120px;
    }

    .divLanguageIt{
        margin-right: 10px;
        margin-top: 500px;
        margin-right: 140px;
    }
}

/* Stili per tablet in verticale */
@media (min-width: 768px) and (max-width: 1024px) {
    .header{
        height: 250px;
        width: 100%;
    }
    #cantiere img{
        position: absolute;
        top:350px;
        width: 370px;
        left:20px;
    }
    .accesso{
        top:350px;
        right: 50px;
    }
}

@media (max-width: 900px){
    .header{
        height: 100px;
        width: 100%;
    }
    .logo{
        width: 280px;
        height: auto;
    }
    #cantiere{
        display: none;
    }
    .accesso{
        position: absolute;
        left:50%;
        transform: translateX(-50%);
        top: 120px;
    }
}
/*grafica laptop*/
@media (min-width: 1200px ) and (max-width: 1366px){
    .header{
        height: 150px;
        width: 100%;
    }
    .logo{
        width: 330px;
    }
    #cantiere img{
        top: 180px;
        width: 400px;
    }
    .accesso{
        position: absolute;
        top: 180px;
    }
}




/* Media query per rendere la pagina responsive */
/*@media (max-width: 1070px) {
    .accesso {
        right: 40px;
    }
}

@media (max-width: 1024px) {
    .header {
        height: 270px;
    }
    #cantiere {
        max-width: 400px;
    }
    #cantiere img {
        max-width: 400px;
    }
}

@media (max-width: 900px) {
    .accesso {
        right: 40px;
    }
}

@media (max-width: 825px) {
    #cantiere img {
        left: 20px;
    }
    .accesso {
        right: 0;
    }
}

@media (max-width: 750px) {
    .header {
        height: 210px;
    }
    #cantiere img {
        top: 300px;
        max-width: 300px;
    }
    #cantiere {
        max-width: 300px;
    }
    .accesso {
        top: 300px;
    }
}

@media (max-width: 700px) {
    #cantiere img {
        left: 0;
        max-width: 220px;
    }
    #cantiere {
        max-width: 220px;
    }
}

@media (max-width: 550px) {
    #cantiere img {
        left: 50px;
    }
    .accesso {
        left: 50px;
    }
}

/* Stili per altezza */

/*@media (max-height: 900px) {
    .header {
        height: 220px;
    }
    #cantiere img {
        top: 300px;
    }
    .accesso {
        top: 300px;
    }
}

@media (max-height: 825px) {
    .accesso {
        top: 250px;
    }
    #cantiere img {
        top: 250px;
        max-width: 450px;
    }
}

@media (max-height: 750px) {
    .header {
        height: 150px;
    }
    #cantiere img {
        top: 250px;
        max-width: 450px;
    }
    #cantiere {
        max-width: 450px;
    }
    .accesso {
        top: 250px;
    }
}

@media (max-height: 675px) {
    .accesso {
        top: 200px;
    }
}

@media (max-height: 600px) {
    .header {
        height: 100px;
    }
    #cantiere img {
        top: 150px;
    }
    .accesso {
        top: 120px;
    }
}

@media (max-width: 900px) and (max-height: 650px) {
    #cantiere img {
        max-width: 350px;
    }
    #cantiere {
        max-width: 350px;
    }
}

@media (max-width: 700px) and (max-height: 650px) {
    #cantiere img {
        max-width: 200px;
    }
    #cantiere {
        max-width: 200px;
    }
}
*/