body {
    background-color:white;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
    display: block;
}

#generale {
    display: flex;
    flex-direction: row;
    height: 100vh;
    min-height: 600px;
}

label {
    padding-left: 3px;
}

.sezioni {
    width: 50%;
}

#sinistra {
    background-image: url(../images/1_sfondo_sx.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
}

#login {
    height: 85%;
    width: 60%;
    background-image: linear-gradient(#ED1E25, #1471B7);
    border-radius: 120px;
    border-style: hidden;
    margin-top: 50px;
    margin-left: 15%;
}

#intestazione {
    text-align: center;
    color: white;
    line-height: 2px;
    margin-bottom: 30px;
    padding-top: 20px;
}

#p_intestazione_1 {
    font-size: 36px;
}

#p_intestazione_2 {
    font-size: 28px;
}

.credenziali {
    color: white;
    font-size: 24px;
    padding-left: 10%;
    margin-top: 20px;
}

.text_credenziali {
    width: 80%;
    border-style: hidden;
    border-radius: 15px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
}

::placeholder {
    visibility: hidden;
}

#div_mostra_password {
    font-size: 18px;
}

#password_dimenticata {
    text-align: center;
    margin-top: 20px;
}

#a_password_dimenticata {
    color: white;
    font-size: 18px;
}

#div_submit_button {
    margin-top: 30px;
    text-align: center;
}

#submit_button {
    font-size: 28px;
    background-color: lightgray;
    color: white;
    border-style: hidden;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 50px;
}

#disclaimer {
    position: relative;
    bottom: 5px;
    left: 5px;
}

#p_disclaimer {
    color: gray;
    font-size: 16px;
}

#destra {
    background-color:white;
    display: flex;
    flex-direction: column;
    text-align: right;
}

#logo {
    background-color:white;
    height: 50%;
    text-align: center;
    padding-top: 180px;
}

#img_logo {
    width: 200px;
}

#p_slogan {
    color: black;
    font-size: 24px;
}

#footer {
    background-image: linear-gradient(#ED1E25, #1471B7);
    border-radius: 100% 0 0 0;
    height: 50%;
    padding-left: 50px;
    border-style: hidden;
    line-height: 35px;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#div_link_footer {
    padding-right: 5px;
}

.a_link {
    color: white;
    font-size: 18px;
}

.svg_link {
    width: 25px;
    height: 25px;
    fill: white;
    margin-left: 5px;
}


