body {
  margin: 0;
  background-color: #000;
  /* fallback black background */
  color: #fff;
  position: relative;
  z-index: 1;
}

/* Particle background container */
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: -1;
  /* behind content */
}

header {
  padding: 20px;
  text-align: center;
}

header img {
  max-height: 70px;
}
.w-full{width: 100% !important;height: auto !important;}
#loginBox {
  width: 85%;
  margin:0 auto;
}

.affiliate-heading .affiliate {
  font-size: 6vw;
  font-weight: 900;
  display: block;
  line-height: 92px;
}

.affiliate-heading .power {
  font-size: 9vw;
  display: block;
  line-height: 126px !important;
  font-weight: bold;
  line-height: 99px;
}

.tagline {
  margin-top: 0px !important;
    width: 100%;
  float: left;
}

.tagline h3 {
  font-size: 28px;
}

.tagline p {
  color: #e1c1a1;
  /* Same color as login button */
  font-size: 18px;
}

.login-btn {
  background-color: #e1c1a1;
  color: #000;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-top: 42px;
}

.login-btn:hover {
  background-color: #cfa97f;
  color: #000;
}

.features-section {
  margin-top: 100px;
}

.features .feature {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
}

.features .feature i {
  color: #ffcc00;
  margin-right: 10px;
  font-size: 22px;
}

/* Responsive adjustments */
@media (max-width: 992px) {

  /* Tablets */
  .affiliate-heading .affiliate {
    font-size: 80px;
  }

  .affiliate-heading .power {
    font-size: 120px;
  }

  .tagline h3 {
    font-size: 22px;
  }

  .tagline p {
    font-size: 16px;
  }

  .login-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .features .feature {
    font-size: 16px;
  }

  .features .feature i {
    font-size: 20px;
  }
}

@media (max-width: 576px) {

  /* Mobile phones */
  .affiliate-heading .affiliate {
    font-size: 50px;
  }

  .affiliate-heading .power {
    font-size: 70px;
  }

  .tagline h3 {
    font-size: 18px;
  }

  .tagline p {
    font-size: 14px;
  }

  .login-btn {
    padding: 8px 16px;
    font-size: 12px;
  }

  .features .feature {
    font-size: 14px;
  }

  .features .feature i {
    font-size: 18px;
  }

  .col-md-6 {
    flex: 0 0 100%;
    /* stack vertically */
    max-width: 100%;
  }
}

/* Login Animation Styles */
.login--container {
  width: 100%;
  /* background-color: #F15A5C; */
  margin: 0 auto;
  position: relative;
  top: 25%;
}

.preload * {
  transition: none !important;
}

.login--toggle-container {
  position: absolute;
  background-color: #000;
  right: 0;
  line-height: 2.5em;
  width: 100%;
  height: 120px;
  text-align: center;
  cursor: pointer;
  transform: perspective(1000px) translateZ(1px);
  transform-origin: 0% 0%;
  transition: all 1s cubic-bezier(.06, .63, 0, 1);
  backface-visibility: hidden;
}

.login--active .login--toggle-container {
  transform: perspective(1000px) rotateY(180deg);
  /* background-color: #c44547; */
}

.login--username-container,
.login--password-container {
  float: left;
  /* background-color: #F15A5C; */
  width: 50%;
  height: 80px;
  padding: 0.5em;
}

.login--username-container {
  transform-origin: 100% 0%;
  transform: perspective(1000px) rotateY(180deg);
  transition: all 1s cubic-bezier(.06, .63, 0, 1);
  /* background-color: #c44547; */
  backface-visibility: hidden;
}

.login--active .login--username-container {
  transform: perspective(1000px) rotateY(0deg);
  /* background-color: #F15A5C; */
}

.login--login-submit {
  
}

label {
  display: block;
  font-weight: bold;
  font-size: 0.7em;
  text-transform: uppercase;
  margin-bottom: 0.35em;
    text-align: left;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  border: none;
  padding: 0.5em;
  border-radius: 2px;
  margin-bottom: 0.5em;
  color: #333;
}

input[type="text"]:focus,
input[type="password"]:focus {
  outline: none;
  box-shadow: inset -1px -1px 3px rgba(0, 0, 0, 0.3);
}

button {
  padding: 0.5em 1.5em;
  border: none;
  border-radius: 2px;
  background-color: #bdab93;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  color: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

small {
  font-size: 1em;
}

.js-toggle-login {
  font-size: 4em;
  
}

.label-color {
  color: #fff;
}

.js-toggle-login.label-color {
  font-size: 41px;
  margin-top: 10%;
  margin-left: 10px;
  color: #bbaa90;
}
.login-button{font-size: 18px;
  color: #bbaa90;
  padding: 10px 20px;
  border-radius: 10px;
  border: #baa98f 3px solid;text-transform: uppercase;}

.login-button:hover{
background: #e0c1a1;
    color: #000;}

#loginForm{width: 100%;
float: left;
overflow: hidden;}

.affiliate-heading {
	width: 100%;
}
#loginMessage a {
  color: #e1c1a1;
}

/* Responsive adjustments */
    @media (max-width: 992px) { /* Tablets */
      .affiliate-heading .affiliate { font-size: 80px;line-height: 26px; }
      .affiliate-heading .power { font-size: 120px; }
      .tagline h3 { font-size: 22px; }
      .tagline p { font-size: 16px; }
      .login-btn { padding: 10px 20px; font-size: 14px; }
      .features .feature { font-size: 16px; }
      .features .feature i { font-size: 20px; }
    }

    @media (max-width: 576px) { /* Mobile phones */
        .js-toggle-login.label-color{margin-left: 0 !important;margin-top: 20%;}
        
        .login--username-container, .login--password-container{width: 100%;}
      .affiliate-heading .affiliate { font-size: 50px; }
      .affiliate-heading .power { font-size: 70px; line-height: 1 !important;}
      .tagline h3 { font-size: 18px; }
      .tagline p { font-size: 14px; }
      .login-btn { padding: 8px 16px; font-size: 12px; }
      .features .feature { font-size: 14px; }
      .features .feature i { font-size: 18px; }
      .col-md-6 {
        flex: 0 0 100%; /* stack vertically */
        max-width: 100%;
      }
    }
