/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #d90d39;;;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

@media (min-width: 768px) {
    .h-md-100 { 
        height: 100vh; 
    
    }
}

.bg-login { 

    background: url(../img/fondo-login.jpg);
    background-size: cover;
 }
.text-cyan { color: #35bdff; }


.logo-bi {
    width: 300px;
}

.bg-sample {
    background-color: #d90d39;
}

.bottom {
width: 100%;
   padding-bottom: 200px;
}

.a-icon{
      color: #3f5cf1;
}

.form-signin{
    width: 300px;
}