a {
  color: #004c93;
}
.text-red-600 {
    color: #e3342f; /* Red color for errors */
}
.mt-2 {
    margin-top: 0.5rem;
}


.bg-primary{
    background-color:#004c93 !important;
}

.text-danger {
  color: #d22924 !important;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 500;
}

.btn-primary {
  background-color: #004c93;
  border-color: #004c93;
}

.main-sidebar.sidebar-dark-primary {
  background-color: #004c93;
}

[class*="sidebar-dark"] .brand-link {
  background-color: #fff;
}

.brand-link .brand-image {
  margin: 0;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #0357a6;
}

.card-primary.card-outline-tabs > .card-header a.active {
  color: #fff;
  background-color: #004c93;
  border-top: 3px solid #004c93;
}

.login-page,
.register-page {
  background-color: transparent;
}

.login-box,
.register-box {
  max-width: 500px;
  width: 100%;
}
.custom-control-input:checked~.custom-control-label::before{
    background-color:#004c93;
}
