/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/* Ajuste do tamanho do logo no login */
.loginpage .logo-menu {
    max-height: 60px !important;
    width: auto !important;
}
/* Fundo escuro fixo no menu do Antler */
header#header,
.navbar,
.navbar.navbar-default,
.top-navbar,
.menu-header,
.header {
    background-color: #131d2a !important; /* azul escuro do Antler */
    box-shadow: none !important;
}