html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 40px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: rgba(245, 245, 245, 0.4);
}

.login-logo {
    -webkit-text-shadow: 3px 3px 3px rgba(0,0,0, 0.25);
    text-shadow: 3px 3px 3px rgba(0,0,0, 0.25);
}
.login-box-body {
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0, 0.20);
    box-shadow: 5px 5px 5px rgba(0,0,0, 0.20);
}
.copyright-footer {
  width: 100%;
  height: 30px;
  text-align: center;
}

.copyright-footer a,
.copyright-footer a:hover {
  color: #333333;
}

.navbar-topo {
    background-color: #000 !important;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.65) !important;
    -moz-box-shadow:    0px 4px 10px 0px rgba(0, 0, 0, 0.65) !important;
    box-shadow:         0px 4px 10px 0px rgba(0, 0, 0, 0.65) !important;
}

.dropdown-language {
    margin-top: 6px;
}


.header-universidade {
    max-height: 30px;
    margin-right: 10px;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.navbar-brand > img {
    display: inline-block;
    margin-right: 10px;
}

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.container-middle {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
