/*GENERAL*/
body {
    font-family: 'Roboto', sans-serif !important;
}
/* SHARED */
.input-group-prepend.input-group-text {
    width: 30px;
    background: transparent;
    border: transparent;
    padding: 0;
    font-size: 150%;
}

/*HEADER*/
header {
    position: fixed;
    width: 100%;
    z-index: -1;
}
#logoHeaderImg {
    width: 30%;
    max-width: 160px;
    display: none;
}

/* TABLE SETUP*/
#header, #footer {
    display: table-header-group;
    height: 1px;
}
#nolayout {
    position: absolute;
    display: table;
    padding: 15px;
    width: 100%;
    height: 100%;
}
.nolayout-container {
    display: table-cell;
    vertical-align: middle;
}

/* BODY CONTENT*/
.nolayout-content {
    margin: 0 auto;
    padding: 30px;
    box-shadow: 8px 8px 17px 0 rgba(50, 50, 50, 0.3);
    background: #FFFFFF;
}
.col-default {
    width: 100%;
    max-width: 510px;
}

h2 {
    margin-bottom: 30px;
    text-align: center;
}
.form-group {
    line-height: 0.7;
}
.form-group label {
    display: inline-block;
    padding: 5px 0;
}

#custom-image {
    /*display: none;*/
    max-height: 60px;
}
#submitButton {
    margin-top: 40px;
    min-width: 120px;
}

/*FOOTER*/
#footer-address {
    text-align: center;
}

#footer-logo {
    width: 270px;
    margin-right: 15px;
}

#footer-logo-container {
    text-align: right;
}

#footer-logo-container a {
    display: inline-block;
    margin-bottom: -20px;
}

/********************************************************************************/
/*************************************PAGES*************************************/
/********************************************************************************/
/*----------------------------------------------------------------
----ACCOUNT
----------------------------------------------------------------*/
/*LOGIN - #custom-account-login*/
#custom-account-login #loginRememberMe {
    text-align: right;
    padding: 0;
}

/*----------------------------------------------------------------
----USER
----------------------------------------------------------------*/
/*PASSWORD MODIFY - #custom-user-password-modify*/
/*PASSWORD RECOVERY - #custom-user-password-recovery*/
/*REGISTER - #custom-user-register*/

#custom-user-register #photo img {
    height: 13rem;
    /*Se l'immagine straborda provare questo commentato*/
    max-width: 100%;
  /*  height: auto; */
}

#custom-user-register #files {
    display: none;
}

/*
    DOWNLOAD PAGE
*/
#download-page .centered-box-fields {
    max-width: 650px;
}

#download-page #submitButton {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

/*COMMON NOTICE-ONLY PAGE */
#custom-notice {
    max-width: 640px;
}