
:root {
  --color-uno: #AA53FF;
  --color-dos: #7200EA;
  --color-tres: #961FFF;
  --color-cuatro: #5B00BC;
  --color-cinco: #7B00FF;
  --color-seis: #490091;
  --color-siete: #152F4E;
}

 html {
  height: 100%;

}

.login-body
{
  padding: 30px;
}


.bg {
  /* The image used */
  background-image: url("/img/cafeto-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:  var(--color-seis) !important;
   display: block;
  position: relative;
  padding: .5rem 1rem;
}


.navbar-login{
   display: block !important;
}

.navbar-login li{
   float: left !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: var(--color-siete);
    border-color: var(--color-siete);
    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: var(--color-seis);
    border-color: var(--color-seis); /*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: #173152;
}

.sidebar-dark-blue{
  background: #173152 !important;
}

.h-5 {
    width: 10px !important;
}
.w-5 {
    width: 10px !important;
}

.card-purple.card-outline {
    border-top: 3px solid #3f0974;
}

.signature canvas{
  border-width: 2px;
  border-style: solid;
  border-color: black;
}
