img {
    width: 100%;
}

.mt-100{
    margin-top: 100px;;
}


.auth_container {
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}


#login_bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url("/assets/images/bg-img/login.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


#register_bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url("/assets/images/bg-img/register.jpg");
}

.navbar-brand img{
    width: 13rem;
}


.timeline-with-icons {
    border-left: 4px solid #dea739;
    position: relative;
    list-style: none;
  }

  .timeline-with-icons .timeline-item {
    position: relative;
  }

  .timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
  }

  .timeline-with-icons .timeline-icon {
    position: absolute;
    left: -64px;
    background-color: white;
    border: 4px solid #dea739;

    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
