html, body {
  background-color: #f1f1f1;
}


a{
    color: #ffffff;
    text-decoration: none !important;
}
a:hover{
    color: #ffffff;
    text-decoration: none !important;
}

.breadcrumb-item{
  font-size: 14px;
}

.breadcrumb a{
  color: #8c8c8c;
}

.login{
  font-size: 24px;
  padding-left: 4px;

}


.card-login{
  width: 30rem;
  height: 20rem;
}



/*===== Footer =======================================*/
.footer{
  color: white;
  background-color: black;
}

.footer-link{
  font-size: 12px;
}

/* ===================================== */

@media (min-width: 992px){

  .container{
    position: relative;
    top: 4rem;
  }

  .login{
    font-size: 34px;
    padding-left: 4px;

  }

}
