.container {
  max-width: 1350px !important;
}
.auth-main:before {
  content: "";
  position: fixed;
  right: 0;
  top: 0;
  width: 50% !important;
  height: 100%;
  z-index: 0;
}
.auth-main .auth_detail {
  padding: 40px 0;
  max-width: 600px !important;
}
.auth-main .auth_detail h1 {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 600;
  color: #0c0f3a;
}

.text-nt-secondary {
  color: #0fb0bc !important ;
}

.text-nt {
  color: #0c0f3a !important;
}
.text-31-secondary {
  color: #e25985 !important;
}
.text-31 {
  color: #fc8b12 !important;
}
.text-31-primary {
  color: #fc8b12 !important;
}
.header-prog31 {
  background-color: #fc8b12;
  color: White;
  border-color: #fc8b12;
}
.card {
  border-color: #fff;
}

.btn-nt-secondary {
  color: #fff;
  background-color: #0fb0bc;
  border-color: #0fb0bc;
}

.btn-nt-primary {
  color: #fff;
  background-color: #fc8b12;
  border-color: #fc8b12;
}

.theme-31jours .auth-main:before {
  background-image: url("../images/31jours-back.jpg") !important;
}

#left-sidebar .navbar-brand .logo {
  width: 55px !important;
}

#left-sidebar .navbar-brand {
  padding: 0px 0 10px 0 !important;
  margin: 10px 20px 0 20px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.layout-fullwidth {
  width: 100% !important;
}

.sticky-header {
  position: sticky;
  top: 66px;
  z-index: 1;
}
