body {
    background: rgba(0,0,0,0.75);
}



.col-no-padding {
    padding: 0 !important;
}


.container {
    max-width: 920px;
}

#gen-h {
    padding: 30px 0;
}

#gen-h .col-md-12 {
    text-align: center;
    
}

#gen-b {
    
}

.x-gen-container {
    min-height: 300px;
    background: #111;
    opacity: 0.95;
}

.xg-header {
    background: #645394;
    
    margin: 0 auto;

    color: #fff;
    text-align: center;
}

.xgh-top {
    font-size: 240%;
    font-weight: bold;
}

.xgh-bot {
    font-size: 110%;
    background: #524083;
    padding: 2px 0;
}

.xgf-container {
    color: #fff;
    text-align: center;
    padding-top: 15px;
    width: 90%;
    margin: 0 auto;
}

.xgf-container .input-label {
    font-size: 140%;
    font-weight: bold;

}

.xgf-container input[type=email] {
    background: #000;
    color: #fff;
    outline: 0;
    border: 1px solid #524083;
    margin-top: 10px;
    width: 100%;
    font-size: 120%;
    padding: 10px;
    transition: 1s ease-in-out all;
}

.xgf-container input[type=email]:hover, .xgf-container input[type=email]:focus {
    box-shadow: 0px 0px 5px #524083;
    transition: 1s ease-in-out all;
}

.pw-selector {
    background: #111;
    border: 1px solid #524083;
    height: 60px;
    line-height: 55px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: 1s ease-in-out all;
}

.pw-selector:hover {
    box-shadow: 0px 0px 5px #524083;
    transition: .5s ease-in-out all;
}

.pw-selector.selected {
    background-color: #645394;
}

.pw-selector img {
    width: auto;
    height: auto;
   
    max-height: 75%;
    max-width: 75%;
    
    vertical-align: middle;

    display: inline-block;
}

.pr-cols {
    margin: 0 auto;
}

.platform-row {
    padding-bottom: 40px;
    padding-top: 10px;
}

.xbbt-btn {
    width: 100%;
    font-size: 170%;
    padding: 15px 0;
    background: #645394;
    border-bottom: 5px solid #524083;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    transition: .2s ease-in-out all;
    text-shadow: 1px 1px 0 #000;
    font-weight: bold;
}

.xbbt-btn:hover {
    border-color: #645394;
    background: #524083;
    transition: .7s ease-in-out all;
}

.xxxg-prog {
    height: 10px;
    width: 100%;
}

.xxxg-prog-val {
    background: #645394;
    height: 100%;
    width: 0%;
    transition: 0.4s ease-in-out all;
}

.xxxg-prog-val.xpv-active {
    transition: 0.4s ease-in-out all;
}

.ppxs2-text {
    font-size: 120%;
    color: #fff;
    text-align: center;
    padding-top: 25px ;
}

.ppxs2-cont {
    text-align: center;
    margin-top: 30px;
}

.pckv {
    display: inline-block;
    padding: 4px 6px;
    border: 1px solid #645394;
    background: #000;
    color: #645394;
    font-size: 110%;
}

.pckv.pc-k-4 {
    color: #999;
}

.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
  }
  
  .cube1, .cube2 {
    background-color: #645394;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
  }
  
  .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  @-webkit-keyframes sk-cubemove {
    25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
    50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
    75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
    100% { -webkit-transform: rotate(-360deg) }
  }
  
  @keyframes sk-cubemove {
    25% { 
      transform: translateX(42px) rotate(-90deg) scale(0.5);
      -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    } 50% { 
      transform: translateX(42px) translateY(42px) rotate(-179deg);
      -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    } 50.1% { 
      transform: translateX(42px) translateY(42px) rotate(-180deg);
      -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    } 75% { 
      transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
      -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    } 100% { 
      transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
    }
  }

  .xgs2-cons {
      text-align: center;
      color: #fff;
      margin-top: 30px;

    }

    .xgs2-cons h3 {
        display: inline-block;
        padding: 0 20px;
    }

    .xgs2c-p1 {
        width: 60%;
        margin: 0 auto;
    }

    .xgs2c-p2 {
        width: 50%;
        margin: 0 auto;
        font-size: 90%;
        color: #524083;
        margin-top: 20px;
    }

    .xgs2c-b1 {
        font-size: 110%;
        padding: 7px 9px;
        border: 2px solid #645394;
        color: #524083;
        background: none;
        border-radius: 8px;
        margin-top: 40px;
        cursor: pointer;
        transition: 1s ease-in-out all;
    }

    .xgs2c-b1:hover {
        color: #fff;
        transition: 1s ease-in-out all;

    }