body {
  background-image: url("../../images/company_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* Navigation Bar */
body .navigation-bar {
  background-color: #007FFF;
}

body .navigation-bar .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: white;
}

body .row {
  height: 95vh;
}

/* Left Section */
body .title {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 5px;
}

/* Right Section */
body .description {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
}

body .card {
  max-width: 450px;
  height: 340px;
}

body .card .card-header {
  background-color: #E8F0FC;
  padding-bottom: 0;
  /* border-bottom: 1px solid #007FFF;; */
}

body .form-control {
  border: none;
  border-bottom: 2px solid #007FFF;
  border-radius: 0;
}

body .nav-tabs {
  border-bottom: none;
}

body .nav-tabs .nav-link {
  color: #007FFF;
  font-weight: 600;
}

body .nav-tabs .nav-link:hover,
body .nav-tabs .nav-link::after {
  opacity: .75;
  border: none;
}

body .nav-tabs .nav-link.active {
  background-color: var(--bs-card-cap-color);
  color: #007FFF;
  font-weight: 600;
  border: none;
  border-bottom: 4px solid #007FFF;
}