/* Remove this if you dont want background overlay over the image or adjust per your needs */
body.login_admin:before {
    content: " ";
    background: rgba(31, 31, 31, 0.7);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}
body.login_admin {
  background: url('https://t4.ftcdn.net/jpg/07/70/99/11/360_F_770991157_sJjqgJDjp0k56qVDXCTZOslppdloQX9h.jpg') no-repeat center center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Modificar el tamaño del DIV que contiene el logo */

body.app {
    background-color: #fff; /* Sustituye #f0f0f0 por el color que prefieras */
}

body {
    font-family: 'Roboto', sans-serif;
}
.nav.metis-menu li i,
.nav.metis-menu li svg {
    color: #fc033d; /* Sustituye #ff0000 por el color que prefieras */
}

label.label-default.mleft5.customer-group-list.pointer{
    background-color: #000;
}

body.login_admin h1 {
    color:white;
}

.customer_tab_proposals.active {
    display: none;
}

li .customer_tab_proposals{
    display: none;
}