@media screen and (min-width: 576px) {
  .navbar-nav {
    align-items: center;
}
}

.bg-dark {
  background-color: rgba(0,0,0, .75)!important;
}

.nav-item {
  margin-left: 20px;
}
.nav-link {
  color: #fff !important;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.navbar .navbar-brand {
    background: url('assets/logo.svg') 0 0 no-repeat;
    background-size: contain;
    height: 26px;
    width: 190px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 5rem auto;
    border: 1px solid #ccc;
}

.black {
    background-color: #000;
}

  .container {
    max-width: 1440px;
  }
  /* Login */
  .login-box {
    padding: 50px 45px 12px 45px;
    border-radius: 4px;
    box-shadow: -1px 4px 15px rgba(0, 0, 0, 0.13);
    border-radius: 16px;
}
  .checkbox {
    font-weight: 400;
  }
  .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
  }
  .form-control:focus {
    z-index: 2;
  }

  input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .login-box .captcha-wrap>img {
    width: 130px;
    height: auto;
}

  
  .btn-pink {
    background-color:#fe05e9!important;
    color: #fff !important;
    padding-left: 25px;
    padding-right:25px;
    font-size: 0.85rem;
  }
  footer a {
      font-size: 1rem;
      color: #fe05e9;
      text-decoration: none !important;
      transition: 0.5s ease;
  }
  footer p, .footer-copyright {
      color:#aaa;
  }
  .page-item.active .page-link,
  .btn-primary {
      border-color: #fe05e9!important;
      background-color: #fe05e9!important;
  }

  .rgba-white-light {
    background-color: rgba(255,255,255,.3);
  }

  .authorized {
    font-size: 0.8rem;
    color: black;
  }

  @media screen and (max-width: 1300px) {
    .authorized {
      font-size: 0.6rem;
    }
  }

  .join-now {
    text-transform: uppercase;
  }

  .show {
    
  }
