
.form_login h2 {
    margin-bottom: 35px;
}

.form_login p {
	margin-top: 15px;
}

.form_login #chiedi_password {
    margin-top: -15px;
}

.form_login {
    border: 1px solid var(--icon-color);
    background-color: var(--app-color-background-accent);
    width: 40%;
    margin: 0px auto 0px auto;
    min-height: 200px;
    padding: 1.5em;
}

.form_login span.alert_field {
    float: left;
    margin-right: .3em;
    margin-bottom: 10px;
}

.form_login input {
    border: 1px solid var(--icon-color);
}

.input_login {
    line-height: 20px;
}

div#generale_field {
    height: 25px;
    margin: 3px 10px 3px 10px;
}

div#generale_field span.warning {
    color: #FFFFFF;
}

div#generale_field p {
    margin: 4px 5px auto 5px;
}

.form_login .link_form {
    text-align: left;
    margin: 0 8px;
}

div#info_field {
    min-height: 25px;
    margin: 3px 10px 3px 10px;
}

div#info_field span.warning {
    color: #915608;
}
#form_password .input_login{
    width: 150px;
}

div#info_field p {
    margin: 4px 5px 4px 5px;
}

div#block_amministrazione {
	margin-bottom: 15px;
}

div#database_field {
    height: 35px;
    margin: 3px 10px 3px 10px;
}

div#database_field span.warning {
    color: #FFFFFF;
}

div#database_field p {
    margin: 4px 5px auto 5px;
}

#toggle_menu{
    display: none;
}

input#nome_form , #passwd_form , #utente_form{
    width:100%;
    line-height: 20px;
}

#form_login button:hover {
    opacity: 1;
}

.form_login button{
}

.form_login div .blogin button span{
    font-family: "Open Sans", sans-serif;
}

#form_login input#nome_form, #form_login #passwd_form, #form_login #utente_form, #form_login #blogin_box {
    width: 100%;
    height: 2.5em;
    display: inline;
}

#accedi_box {
    width: 100%;
    height: 2.5em;
    display: inline;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.blogin_box{
    display: inline-block;
}
#main #form_login input{
    text-indent: 60px;
    font-size: 1.5em;
}
#db_form{
    width: 100%;
    margin-top: 20px;
}
.block select{
    top: 0px;
}
form div.input_login {
    line-height: 3em;
    display: none;
}

.divbox{
    width: 100%;
    display: table;
    position: relative;
}
#main{
    margin-right: auto;
}

#form_scelta #block_database select{
    font-size: 1.2em;
    height: 3.5em;
}
#form_scelta #block_database select option{
    font-size: 1.2em;
}

.form_login {
    border: 1px solid var(--icon-color);
    width: 50%;
}
.form_login div .blogin{
    margin-top: 15px;
}
.form_login div .blogin button, #form_password button#submit{
    width: 100%;
    margin: 0 0 0 0 !important;
    min-height: 4em;
}
#form_password button#submit{
    margin: 10px 0 0 0 !important;
}

#main .box input{
    text-indent: 15px;
    font-size: 1.5em;
}
#submit_password, form_password div, #form_password input, #form_password button{
    width: 100%;
}
.absolute_icon{
    position: absolute;
    font-size: 2.5em;
    padding: 0.25em 0.3em;
    height: 100%;
    color: #2e2e2e;
}

div#info_field {
    margin: 20px 0;
    padding: 10px;
}

div#info_field p {
    margin: 0;
    color: #ffffff;
}

div#info_field span.warning {
    color: var(--text-color);
    font-size: 1.5em;
}

.block{
    display: table;
    width: 100%;
}

.block div, .block select, .block button{
    display: table-row;
    vertical-align: middle;
}
.block button{
    width: 100%;
}
.block select{
    position: relative;
    top: 8px;
}

body div#container{
    background-color: transparent;
}
body {
    background-color: #fefefe;
    background-size: 33% 70%;
    background-repeat: repeat;
}
@media screen and (max-width: 1700px) {
    body {
        background-size: 33% 70%;
    }
}
div#main{
    background-color: transparent;
}
#main div.box{
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#main div.box1 {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--color-medium-gray);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 260px;
    display: inherit;
    height: 50px;
    margin-left: -9px;
    padding: 0px;
    position: absolute;
    top: -2px;
    margin-right: 20px;
}
.img_button{
    position: relative;
    width: 100%;
    cursor: pointer;
    height: 50px !important;
}
.img_button h1{
    cursor: pointer;
    position: relative;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    top: 17px;
    font-size: 18px;
    margin: auto;
    color: var(--icon-color);
}
.img_button h2{
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    color: var(--color-dark-gray);
    font-size: 12px;
    top: 7px;
}
.img_button:hover .img, .selected .img{
    -webkit-filter: opacity(0.4);
    filter: opacity(0.4);
}
.img_button .img{
    -webkit-filter: opacity(0.8);
    filter: opacity(0.8);
}
.selected .img{
    -webkit-filter: opacity(0.4);
    filter: opacity(0.4);
}
.img_button #com{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
div#logobar{
    background-color: transparent;
    border-bottom: none;
}
div#logobar h1{
    color: white;
}
div#logobar img{
    border: solid 1px #fff;
}
div#logobar .box {
    height: 0px;
    padding: 0;
}
.logo2{
    display: none;
}

#showMessageBanner{
    display: none;
}

#main #register_div{
    text-align: center;
    z-index: 10;
    position: relative;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-color: #f5d936;
    border-radius: 0px;
}

#register_div #registrati{
    font-size: 1.5em;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    cursor: pointer;
    color: var(--icon-color);
}
#main #register_div:hover{
    background-color: rgba(245, 217, 54, 0.8);
}
#register_div{
    background-color: rgba(255, 255, 255, 0.7);
}
#register_div p{
    font-size: 10px;
    width: 100%;
    padding-bottom: 5px;
    margin: 0;
    color: var(--color-dark-gray);
    cursor: pointer;
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 10px;
}
#form_login{
    margin-top: 50px;
}

div#main {
    float: none;
    margin-right: 0px;
}

/**********GRAFICA*******/

#form_login, div#form_scelta, #form_chiedi_password, #form_password, .not_connected {
    box-shadow: none !important;
    border: solid 1px #ccc !important;
    border-radius: 5px;
    margin-top: 50px;
    background-color: rgba(255, 255, 255, 1) !important;
}
.not_connected div{
    padding: 20px;
    text-align: center;
}
.not_connected p{
    font-size: 1.2em;
}
.not_connected i{
    font-size: 5em;
    color: #1c94c4;
    margin-bottom: 20px;
}

div#logobar .logo, div#logobar .logo_text {
    display: none;
}
div#logobar .logo_text_login{
    display: block;
    position: relative;
    text-align: center;
    border: none;
    top: 30px;
    width: auto;
    height: 156px;
    z-index: 10000;
    margin: 0 auto;
    display: none;
}
div#logobar h1 {
    display: none;
}
#form_login button:hover, #form_scelta #submit_database:hover {
    opacity: 0.95 !important;
}
#main{
    padding-top: 50px;
    position: inherit;
}
.box1:hover{
    background-color: rgba(255, 255, 255, 0.6) !important;
}
div#logobar div.box h1{
    display: none;
}
input:not([type="checkbox"]), select{
    box-shadow: none;
}
#main .box {
    margin-bottom: 20px;
    box-sizing: border-box;
}
#form_password button{
    padding: 0 !important;
}
#email-text{
    display: none;
}
#logout{
    display: none;
}
.logo_padding{
    padding-top: 20px;
    padding-bottom: 30px;
}
#footer{
    height: 40px;
    border-top: none;
}
.footer_box{
    padding: 0px 20px;
}
.footer_text{
    display: inline-block;
    vertical-align: middle;
    height: 40px;
}
.footer_text p{
    font-weight: 600;
}
.footer_img img{
    top: 2px;
    height: 27px;
}
.form_login #messaggio_disabilitazione h2{
    color: red;
    font-style: oblique;
    font-weight: bold;
}

.form_login #messaggio_disabilitazione {
    margin-top: 10px;
    margin-bottom: 20px;
}

#logoMUST {
    width: 118px;
}

#maincontainer{
    padding-top: 0 !important;
    display: flex;
    margin: inherit;
}
body div#container {
    background-color: var(--app-color);
    display: flex;
}
body{
    height: 100%;
}
body div#container #main {
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
}

button#submit_database.button.button_full.close span,
#blogin_box button.button.button_full.close span{
    font-size: 16px !important;
}

button#submit_database.button.button_full.close span,
#accedi_box button.button.button_full.close span{
    font-size: 16px !important;
}