body {
    background: url('../img/background-login.png') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Arial', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  a {
    text-decoration: none;
    color:rgba(1, 6, 11, 0.9); 
  }

  a:hover {
    text-decoration: underline;
    color: #0056b3; 
  }

/* Top Navigation */
.navbar-custom {
  background-color: #0d3e62;
  color: #FFFFFF;
}
.navbar-custom a,
.navbar-custom i,
.navbar-custom span {
  color: white !important;
}
.navbar-custom .btn-outline-secondary {
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-custom .btn-outline-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: white;
}

/* High Contrast - Top Contact Navbar */
.high-contrast .navbar-custom {
  background-color: black !important;
  border-color: yellow !important;
}

.high-contrast .navbar-custom a,
.high-contrast .navbar-custom span,
.high-contrast .navbar-custom i {
  color: yellow !important;
}

/* Fix icon buttons in accessibility tools */
.high-contrast .btn i {
  color: black !important;
}

/* Optional: if using SVG or inline icons without <i> */
.high-contrast .btn svg {
  fill: black !important;
  stroke: black !important;
}

/* Main Navigation */
.navbar-logo { 
  height: 40px;
  filter: brightness(0) invert(1);        
}
.navbar-brand {
    font-weight: bold;
}
.login-navigation {  
  background: #184C71;
  color: #fff !important;
}
.navbar-nav .nav-link {
  text-decoration: none;
}

.navbar-nav .nav-link:hover {
  text-decoration: none;
}
   
    .login-navigation .nav-link {
        color: #ccc !important;
        font-weight: normal; 
    }
    
    .login-navigation .nav-link.active {
        font-weight: bold; 
        color: #fff !important;
    }
    /* Fix navbar links */
    .high-contrast .login-navigation .navbar-nav .nav-link {
        color: yellow !important;
    }
    .high-contrast .login-navigation .nav-link {
        color: yellow !important;
    }
    /* Prevent underline on navbar links in high contrast mode */
/* High Contrast - Nav Links */
.high-contrast .login-navigation .nav-link,
.high-contrast .login-navigation .nav-link:hover {
  color: yellow !important;
  text-decoration: none !important;
}


    .high-contrast .navbar,
    .high-contrast .footer {
        background-color: black !important;
    }

.high-contrast .card {
    background-color: black !important;
    border: 2px solid yellow !important;
}
.high-contrast .card h5,
.high-contrast .card p {
    color: yellow !important;
}
.high-contrast .navbar-dark .navbar-nav .nav-link {
    color: yellow !important;
}

  /*  High Contrast Mode */
  .high-contrast {
      background-color: black !important;
      color: yellow !important;
  }
  .high-contrast a {
      color: yellow !important;
  }
  .high-contrast button, 
  .high-contrast .btn {
      background-color: yellow !important;
      color: black !important;
      border: 1px solid yellow;
  }
  .high-contrast .navbar,
  .high-contrast .footer {
      background-color: black !important;
  }
  .high-contrast .card {
      background-color: black !important;
      border: 2px solid yellow !important;
  }
  .high-contrast .card h5,
  .high-contrast .card p {
      color: yellow !important;
  }
  .high-contrast .navbar-dark .navbar-nav .nav-link {
      color: yellow !important;
  }


  .register-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh; 
    padding: 1rem;
    margin-top: 20px;
  }

  .register-box {
    background: rgba(0, 0, 0, 0.6); 
    backdrop-filter: blur(5px);
    border-radius: 10px;
    max-width: 600px;
    width: 100%;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    margin-top: 30px;
  }

  .register-box h2 {
    color: #fff;
    margin-bottom: 1.5rem;
    text-align: center;
  }


  .form-control {
    background-color: rgba(255, 255, 255, 0.1); 
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
  }

  .form-control:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #007bff;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }

  .form-label {
    color: #eee;
  }

  .register-btn {
    background-color:#4b6c7c;
    border-color:  #4b6c7c;
    color: #ddd;
  }

  .register-btn:hover {
    background-color:  #4b6c7c;
    border-color:  #4b6c7c;
    color: #fff;
  }

  .form-check-label a {
    text-decoration: none;
    color: #28a745; /* Green color */
  }

  .form-check-label a:hover {
    text-decoration: none;
    color: #1e7e34;
  }

  .form-check-input {
    width: 1.2em;
    height: 1.2em;
  }
  select.form-control {
    background-color: #1e1e1e; 
    color: #ffffff; 
    border: 1px solid #444;
  }

  select.form-control option {
    background-color: #1e1e1e;
    color: #ffffff;
  }

  select.form-control option:hover {
    background-color: #333333;
    color: #ffffff;
  }

  select.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
  }


  /* === HIGH CONTRAST STYLES for REGISTER PAGE === */
.high-contrast .register-box {
  background-color: black !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 2px solid yellow !important;
  box-shadow: none !important;
}

.high-contrast .register-box h2,
.high-contrast .form-label,
.high-contrast .form-check-label {
  color: yellow !important;
}

.high-contrast .form-control {
  background-color: black !important;
  color: yellow !important;
  border: 1px solid yellow !important;
}

.high-contrast .form-control::placeholder {
  color: yellow !important;
}

.high-contrast .form-control:focus {
  background-color: black !important;
  border-color: yellow !important;
  box-shadow: 0 0 0 0.2rem yellow !important;
}

.high-contrast .register-btn {
  background-color: yellow !important;
  color: black !important;
  border: 2px solid black !important;
}

.high-contrast .register-btn:hover {
  background-color: black !important;
  color: yellow !important;
  border: 2px solid yellow !important;
}

.high-contrast .form-check-input {
  accent-color: yellow !important;
  border: 2px solid yellow !important;
  background-color: black !important;
}

.high-contrast .form-check-label a {
  color: yellow !important;
}

.high-contrast .form-check-label a:hover {
  text-decoration: underline !important;
}

/* Dropdowns in high contrast */
.high-contrast select.form-control,
.high-contrast select.form-control option {
  background-color: black !important;
  color: yellow !important;
  border: 1px solid yellow !important;
}

.high-contrast .text-white,
.high-contrast .form-text,
.high-contrast p,
.high-contrast label,
.high-contrast span {
  color: yellow !important;
}

/* Footer Styles */
.footer {
    background-color: #184C71;;
    color: #fff;
    padding: 2rem 0;
    text-align: center;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}