/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
/*ne pas afficher powered by*/
.poweredbypublicpayment {
    display: none;
}

/*ne pas afficher version*/
.aversion {
    display: none;
}

/*ne pas afficher texte aide inscription publique*/
.subscriptionformhelptext {
    display: none;
}

/*ne pas afficher 1ers widgets mon tableau de bord*/
.opened-dash-board-wrap {
    display: none;
}

/*espace menu en haut*/

.side-nav-vert {
    padding-top: 5px;
    padding-bottom: 5px;
}
.login_block {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*supprimer titre page login*/

.login_table_title {
    display: none;
}

/*reglage formulaire page login*/

.login_table {
    padding: 1% 1.5% 1% 1%;
    max-width: 310px;
    float: right;
    margin-right: 55px;
}

@media(max-width:767px) {
    .login_table {
        float: none;
        margin-right: auto;
 }
}


.login_main_home {
    float: right;
    width: 25%;
    margin: 25px;
}

@media(max-width:767px) {
    .login_main_home {
        float: none;
        margin: auto;
        width: auto;
 }
}

/* replace fa cog content */

.fa-cog::before {
  content: '\f044';
}

