body {
    background-color: #e9ecef;
    margin-bottom: 0px;
}

.login-page {
    align-items: center;
    background-color: #e9ecef;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

.login-box {
    width: 360px;
}
.success-box {
    width: 550px;
}

.login-box-msg {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
}

.login-logo, .success-logo {
    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: .9rem;
    text-align: center;
}

.login-box .card {
    margin-bottom: 0;
}

.alert {
    padding: .35rem 1.25rem;
}

.language-switch-container {
    padding: 5px;
}

.language-switch-container button {
    width: 40px;
}

#registration {
    line-height: 1.4;
    margin: 20px;
    background: #fff;
    color: #000;
}

#registration .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

    #registration p {
        margin-bottom: 1em;
        text-align: justify;
    }

    #registration input {
        border: none;
        border-bottom: 1px dotted black;
        outline: none;
        font-size: inherit;
        padding: 1px 2px;
        flex-grow: 1; 
        min-width: 0;  
        margin-bottom: 15px;
        margin-left: 10px;
    }
#registration input:focus {
    outline: none;
    box-shadow: none; /* Rimuove ombre che potrebbero simulare il bordo */
}

#registration .bold {
    font-weight: bold;
}

#registration .center {
    text-align: center;
}

#registration .indent {
    margin-left: 100px;
    text-indent: 35px;
}

#registration .title {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
}

#registration .clausola {
    margin-bottom: 1.2em;
}

#registration .firma-line {
    margin: 2em 0;

    height: 1px;
}
    #registration .dati-utente p {
        margin-bottom: 1em;
        text-align: justify;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        white-space: nowrap; 
        width: 100%;
    }

    #registration .required-highlight {
        border: none;
        border-bottom: 2px solid red !important;
        background-color: transparent;
        outline: none;
    }

    #registration .customValidationMessage {
        display: none;
        text-align: center;
        font-size: 12px;
        color: red;
        font-weight: bold;
        flex-basis: 100%;
        width: 0;
    }

/*.label15 {
    display: flex;
    float: left;
    width: 15% !important;
}
.label20 {
    display: flex;
    float: left;
    width: 20% !important;
}
.label45 {
    display: flex;
    float: left;
    width: 45% !important;
}
.label50 {
    float: left;
    width: 50% !important;
}*/