body:has(#content-container) {
  margin-top: 130px;
  background: #000;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  color: #ddd;
  background-image: linear-gradient(black 15%, transparent ),url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjQyLjEyIDY3NyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNjExLjQ3IDI4Ni43Ni00MjIuMS0yNzQuMjJjLTM3LjM2LTI0LjI3LTg3LjM2LTIuMjYtOTQuNjggNDEuNjlsLTkxLjMgNTQ4LjE0Yy04LjQzIDUwLjU5IDQ0Ljg1IDg4Ljg1IDkwLjEgNjQuNzFsNTEzLjQxLTI3My45MmM0MS41My0yMi4xNiA0NC4wNi04MC43NiA0LjU4LTEwNi40eiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZjJkNjAwIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iNSIvPjwvc3ZnPg==);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: top right;
}
.login-heading-section {
  border-bottom: 1px solid #e5e5e550;
  color: #ddd;
  margin-bottom: 2em;
}

#content-container .btn.btn-default {
  color: #ddd;
}

#content-container input[type="text"], #content-container input[type="password"], #content-container input[type="email"], #content-container .form-select {
  border-radius: 2em;
  background: linear-gradient(#fff,#ccc);
  border: none;
  padding: .375rem 1rem;
  transition: box-shadow .4s ease;
  box-shadow: none;
  margin-bottom: 1em;
}

#content-container input[type="text"]:focus, #content-container input[type="password"]:focus, #content-container input[type="email"]:focus, #content-container .form-select:focus {
  box-shadow: 0 0 2px 2px rgba(244,189,26),0 0 5px 5px rgba(244,189,26,.4);
}

#content-container .nav-link {
  color: #dddddd70;
}

#content-container .nav-tabs {
  border-bottom: 1px solid #f3bc1c;
}

#content-container #mainContent .col-md-6, #content-container #mainContent .col-lg-6 {
  padding: 30px;
}

#content-container {
    margin-top: 130px;
  margin-bottom: 80px;
}

#content-container .nav-tabs .nav-link.active {
  background: #f3bc1c;
  border: 1px solid #f3bc1c;
  box-shadow: inset 0 1px 1px rgba(255,255,255,.5);
  color: #fff;
}

#content-container  .nav-link:hover {
  color: #f3bc1c;
  text-decoration: none;
  border: 1px solid #000 !important;
}