body {
  background: -webkit-linear-gradient(left, rgb(255, 255, 255), rgb(0, 0, 0));
  font-family: 'IBM Plex Sans', sans-serif;
}

/* Removed all .navbar styles */

.register {
  background: transparent; /* remove background color */
  padding: 30px;
  border: none; /* remove border */
}

.register-left {
  color: white;
  text-align: center;
  padding-top: 80px;
  background: transparent;
  border: none; /* remove border */
  box-shadow: none; /* ensure no shadow */
}

.register-left h1 {
  font-size: 32px;
  font-weight: bold;
}

.register-right {
  background: transparent; /* remove white background */
  padding: 30px;
  border: none; /* remove border */
  box-shadow: none; /* remove any shadow */
}

.nav-tabs .nav-link {
  color: black;
  font-weight: bold;
}

.nav-tabs .nav-link.active {
  background-color: #000;
  color: white;
}

input[type="submit"].btn-primary {
  background-color: black;
  border: none;
}

input[type="submit"].btn-primary:hover {
  background-color: #333;
}

a.text-white {
  color: black;
  font-weight: 500;
}

h3.text-white {
  color: black;
}
.nav-link {
    color: #000;
}
