body {
  padding-top: 50px;
  background-color: #eee;
}

.getflix-page {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.6);
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.4);
  left: 12%;
  right: 12%;
}

.carousel-indicators {
    bottom: 0px;
}

.panel-body {
  padding-bottom: 2px;
}

.auth ul {
  display: block;
  list-style-type: none;
  height: 50px;
  padding: 0;
  margin: 0;
}

.auth ul li {
  width: 150px;
  height: 50px;
  float: left;
  padding: 0;
  margin: 0 10px 10px 0;
  background-image: url('/img/auth.png');
}

.auth ul li:hover {
  cursor: pointer;
}

.auth ul li#auth-google {
  background-position: 0 250px;
}
.auth ul li#auth-google:hover {
  background-position: 150px 250px;
}

.auth ul li#auth-yahoo {
  background-position: 0 200px;
}
.auth ul li#auth-yahoo:hover {
  background-position: 150px 200px;
}

.auth ul li#auth-twitter {
  background-position: 0 150px;
}
.auth ul li#auth-twitter:hover {
  background-position: 150px 150px;
}

.auth ul li#auth-facebook {
  background-position: 0 300px;
}
.auth ul li#auth-facebook:hover {
  background-position: 150px 300px;
}

.auth ul li#auth-live {
  background-position: 0 100px;
}
.auth ul li#auth-live:hover {
  background-position: 150px 100px;
}

.form-text {
  padding-top: 7px;
}

.getflix-footer {
  box-sizing: border-box;
  padding: 20px;
  background-color: #333;
}

.footerMenu {
  width: 240px;
  float: left;
  padding-right: 30px;
}

.footerMenu p {
  margin-top: 0;
}

.footerMenu a {
  text-decoration: none;
  color: #ccc;
}

.footerMenu a:hover {
  text-decoration: underline;
}

.footerMenu ul {
  margin: 0;
  padding-left: 14px;
  padding-bottom: 10px;
}

.footerMenu li {
  list-style: none;
}

.footerMenu li a {
  font-size: 11px;
  text-decoration: none;
  color: #999;
}

.footerMenu li a:hover {
  text-decoration: underline;
}

.footerSocial {
  width: 150px;
  float: right;
}

.footerSocial .icon {
  float: right;
  color: #ccc;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  padding: 0 0 20px 4px;
}

.footerSocial .icon:hover {
  color: #fff;
}

.footerBottom {
  clear: both;
  -webkit-text-size-adjust: none;
  padding: 25px 0 0 0;
  margin: 0;
  color: #ccc;
}

.footerBottom a {
  text-decoration: none;
  color: #999;
}

.footerBottom a:hover {
  text-decoration: underline;
}

.blankTextArea {
    width: 100%;
    margin: 0;
    padding: 0;

    font-family: monospace;
    font-size: 105%;

    resize: none;
    cursor: pointer;

    border: none;
    overflow: hidden;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Override some bfh settings */
.bfh-selectbox .bfh-selectbox-options {
  min-width: 250px !important;
}
.bfh-selectbox .bfh-selectbox-options ul {
  font-size: 13px !important;
  max-height: 250px !important;
}

@media (min-width: 768px) {
  .affix {
    top: 60px;
  }

  .affix-bottom {
    position: absolute;
  }
}

@media (max-width: 767px) {
  body {
    background: none;
  }

  .affix {
    position: static;
    width: auto;
    top: 0;
  }

  .getflix-page {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 480px) {
  .carousel-heading h1 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .carousel-caption {
    padding: 5px 15px 20px 5px;
  }

  .carousel-caption h2 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .carousel-caption h4 {
    margin: 0;
    font-size: 9px;
    line-height: 16px;
  }
}

.testing-class {
  color: red;
}
.StripeElement {
  box-sizing: border-box;

  height: 32px;

  padding: 6px 12px;

  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;

  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
