
 html {
  height: 100%;

}

.login-body
{
  padding: 30px;
}

.top-buffer { padding-top:20px; }

.bg {
  /* The image used */
  background-image: url("/img/unisono-bg.png");

  /* Full height */
  /*height: 100%;*/

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.social-link {
   color:#fb7500;

}

.nav-link-unisono {
   color:#fb7500 !important;
 display: block;
  position: relative;
  padding: .5rem 1rem;
}

h2 {
   color:#4A4A4A !important;
}

.logo-unisono
{
 max-width: 350px;
}

.logo-avanciencia
{
  max-width: 190px;
  padding: 0 0 30px 20px;
}


.card-title-social
{
    color: #fb7500;
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}


.btn-social {
    color: #fff;
    background-color: #132e4e;
    border-color: #132e4e;
    box-shadow: none;
    padding-left: 10px;
}

.btn-social:hover, .btn-social:focus, .btn-social:active, .btn-social.active, .open>.dropdown-toggle.btn-social {
    color: #fff;
    background-color: #5A601F;
    border-color: #5A601F; /*set the color you want here*/
}





[class*="sidebar-light-"] .sidebar a {
    color: #132E4E;
}

a {
    color: #132E4E;
    text-decoration: none;
    background-color: transparent;
}

.bg-social-blue {
    background-color: #132E4E !important;
    color: #fff;
}


.brand-link .brand-image {
    float: none;
    line-height: .8;
    margin-left: .4rem;
    margin-right: .5rem;
    margin-top: -3px;
    max-height: 50px;
    width: auto;
}

[class*="sidebar-blue-"] {
    background-color: #132E4E;
}
