@charset "utf-8";
.testoLogin {
    color: red;
}
::placeholder {
    font: "Arial";
    font-size: 8px;
    font-style: italic;
    vertical-align: middle;
}
.testoCampiCheckbox {
    font-size: 14px;
    font-family: "Arial";
    border: none;
    background: none;
    cursor: default;
    font-weight: bold;
    width: 95%;
    margin-top: 15px;
    margin-right: 5px;
    vertical-align: center;
}
.testoFileID {
    font-weight: 100;
    font-size: 14px;
}
.immagineFileID {
    max-height: 100px;
    max-width:100px;
    margin: 0;
    padding: 0;
}
.campoImmagineID {
    margin: 0;
    padding: 0;
    width: 100%;
}
.tabellaFileID {
    margin: 0;
    padding: 0;
    width: 93%;
}
.rigaFileID {
    width: 31%;
}
.textNormal {
    font-weight: 100;
}
.textBold {
    font-weight: bold;
}
.textUnderline {
    text-decoration: underline;
}
.textItalic {
    font-style: italic;
}
.carattereStandard{
    font-size:14px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 100;
}