a, a:hover{
  color: #0061c0;
}
.register-container {
  background-color: #090e14; 
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
}
.register-details{
  color:#cccccc;
  padding: 30px 50px 45px 50px
}
.register-form-box {
  margin-bottom: 100px;
}
@media (min-width:992px) {
  .display-flex{
     display: flex;
  }
}
.register-details .marker{
  color: #014F9B;
  font-size: 20px;
  font-weight: 400;
}
.register-second-col{
  background-color: #05090C;
  flex-grow: 1;
  flex-basis: 0;
}
.best-buy-promo{
  position: absolute;
  bottom: 0px;
  font-style: italic;
  font-size:17px;
  color:#696969;
  padding: 30px 50px 25px 50px;
}
.best-buy-promo img{
  float:left;
  margin-left: -15px;
}
.register-first-col{
  background-color: #121E2A;
  padding: 0px;
  flex-grow: 1;
  flex-basis: 0;
  border-radius: 25px;
}
.register-form-top{
    padding: 40px 65px 40px 65px;
}
.register-form-bottom {
  border-top:1px solid #000;
  padding: 20px 50px 20px 50px;
  font-size: 20px;
}
.register-details .col-img{
  padding-right: 30px;
}

.register-details-promo{
  color:#999;
   padding: 30px 50px 45px 50px;
}
.register-details-promo .promo-title{
  font-size: 36px;
  color: #fff;
  font-weight: 100;
  line-height: 54px;
  margin-bottom: 30px;
  
}
@media (max-width:1024px) {
  .register-details-promo .promo-title{
    font-size: 36px;
    line-height: 42px;
  }
}
.register-details-promo .marker{
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.col-details{
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #121E2A;
}
.col-details .number{
  float:left;
}
.col-details:last-child{
   border-bottom: 0px;
}
.register-container .title{
  font-weight: 500;
  padding: 50px 0px;
  font-size: 46px;
}
.register-container .subtitle{
  margin-bottom: 0px;
  font-size: 20px;
}
#loginFacebook, #facebookRegister {
  background: #3b5999;
  background-image: linear-gradient(to bottom, #5289d7 0%, #3b5999 100%);
  background-repeat: repeat-x;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0px !important;
  border: 0px !important;
  vertical-align: baseline !important;
  color: #fff !important;
  box-shadow: none;
  text-shadow: none;
  border-radius: 25px;
  font-size: 17px;
}
#loginTwitter, #twitterRegister {
    background: #55acef;
    background-image: linear-gradient(to bottom, #07C8F9  0%, #55acef 100%);
  background-repeat: repeat-x;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    padding: 0px;
    color: #fff;
    font-size: 17px;
}
.register-input{
  background-color: #fff;
  border: 1px solid #3c4c59;
  color: #0a1117;
  height: 50px;
  border-radius: 25px;
}
#loginFacebook i, #facebookRegister i, #loginTwitter i, #twitterRegister i {
    height: 50px;
    width: 20px;
    display: inline-block;
    line-height: 50px;
    font-size: 15px;
}
#loginFacebook i, #facebookRegister i, #loginTwitter i, #twitterRegister i {
    height: 50px;
    width: 20px;
    display: inline-block;
    line-height: 50px;
    font-size: 15px;
}
#twitterRegister:hover {
    color: #fff;
    text-decoration: none;
}
#viewerSubmitButton{
  background: #0061c0 none repeat scroll 0 0 !important;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 17px;
  height: 50px;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 25px;
}
@media (max-width:760px) {
    #viewerSubmitButton {
      position: fixed;
      bottom: 0px;
      left:0px;
      right: 0px;
      height: 80px;
      z-index: 9999;
      opacity: 1;
    }
    #viewerSubmitButton.disabled {
        background-color: #093F76 !important;
    }
}
.register_error {
    margin:0px;
    padding:2px 13px;
    line-height: 17px;
    font-size: 13px;
    background-color: #c10002;
    color: #ffffff !important;
    border-radius: 10px;
}
.register_note{
  font-size: 14px;
  color:#ff0000;
}
.captcha_custom{
   width: 100%;
}
/*overwrite google captcha style*/
.rc-anchor-light {
    background: #272a2d none repeat scroll 0 0 !important;
    color: #fff !important;
}
.rc-anchor-normal {   
    width: 100% !important;
}

.rc-anchor-light.rc-anchor-normal {
    border: 0px !important;
}
/*affiliate*/
.affiliate-controls{
  position: relative;
}
.register-form .register-add-on-spinner {
   margin-right: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.affSearch,
.tt-query,
.tt-hint {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #090E14;
    outline: none;
}
.affSearch {
    background-color: #fff;
    float: left;
}
.affSearch:focus {
    border: 2px solid #0097cf;
}
.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
    color: #999
}
.tt-menu {
    max-height: 360px;
    overflow-y: auto;
    width: 100%;
    text-align: left;
    margin: 5px 0;
    padding: 8px 0;
    background-color: #090E14;
    border: 1px solid #090E14;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}
.twitter-typeahead {
    width: 100%;
}
.Typeahead {
    background-color: #0097cf;
    background-image: -moz-linear-gradient(center top , #04a2dd, #03739c);
    background-repeat: repeat-x;
    border: 1px solid #024e6a;
    border-radius: 10px;
    box-shadow: 0 0 2px #111;
    margin: 50px auto 0;
    padding: 15px;
    position: relative;
    text-align: left;
    width: 500px;
}
.Typeahead-spinner {
    display: none;
    height: 28px;
    margin: 0 0 6px 6px;
    vertical-align: bottom;
    width: 28px;
}
.Typeahead-hint, .Typeahead-input {
    border: 1px solid #024e6a;
    border-radius: 8px;
    font-size: 24px;
    line-height: 30px;
    padding: 5px 8px;
    width: 100%;
}
.Typeahead-hint {
    color: #ccd6dd;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
}
.Typeahead-menu {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 2.5%;
    margin-bottom: 20px;
    overflow: hidden;
    position: absolute;
    top: 95%;
    width: 95%;
    z-index: 100;
}
.Typeahead-menu.is-open {
    display: block;
}
.Typeahead-selectable {
    cursor: pointer;
}
.Typeahead-selectable + .Typeahead-selectable {
    border-top: 1px solid #ccd6dd;
}
.ProfileCard {
    padding: 8px 8px 16px;
    position: relative;
}
.ProfileCard-avatar {
    border: 2px solid #ccd6dd;
    border-radius: 5px;
    height: 52px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 52px;
}
.ProfileCard-details {
    min-height: 35px;
    padding-left: 70px;
}
.ProfileCard-realName {
    font-weight: normal;
}
.ProfileCard-realName, .ProfileCard-screenName {
    display: inline-block;
}
.tt-suggestion:hover .muted {
   color: #ffffff;
}

.tt-suggestion.tt-cursor .muted {
    color: #ffffff;
}
/*end affiliate part*/

.flex-container{
  display: flex;
  flex-direction: row;
  margin-bottom: 150px;
   flex-wrap: wrap;
}

.step-badge{
   border: 2px solid #fff;
    border-radius: 205px;
    font-size: 32px;
    font-weight: 100;
    height: 60px;
    padding: 0;
    width: 60px;
    line-height: 54px;
    color: #fff;
 }
 #info-redeem-modal .description{
  font-size: 17px;
  font-weight: 100;
 }
.modal-backdrop.in {
    opacity: .8;
    z-index: 200 !important;
}
#EPGheader {
    z-index: 100;
    position: static;
}