:root,
[data-bs-theme=light] {
    --bs-info: #4499dc;
}

body, .form-control, .btn {
    font-size: 13px;
}

a {
    text-decoration: none;
}

main.login {
    background-color: #4499dc;
}
.login-view {
    height: 100%;
    padding-top: 85px;
    position: relative;
    top: 0;
    width: 100%;
}
.login-form-wrapper {
    margin: 0 auto 20px;
    max-width: 450px;
    width: 95%;
}
.login-box {
    background-color: #ffffff;
    padding: 55px;
}
.login-invoices {
    background-image: url('../img/bg-login-tef.png');
    background-position: 0 0px;
    background-repeat: repeat-x;
    bottom: 0;
    height: 200px;
    opacity: 1;
    position: fixed;
    width: 100%;
    z-index: 1;
    transition: all .6s cubic-bezier(.6,-.28,.735,.045);
}
.hide-on-mobile {
    display: block;
}

/* TIMELINE */
.timeline {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none !important;
  }
  
  .timeline .timeline-item {
    position: relative;
  }
  
  .timeline .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
  }
  
  .timeline .timeline-item:after {
    background-color: hsl(0, 0%, 90%);
    left: -38px;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
  }