/* Paypal button */

#header .container-fluid {
  position: relative;
}

.accept-paypal {
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.accept-paypal__container {
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #c91f2b;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  text-align: center;
}

.accept-paypal__text,
.accept-paypal img,
.accept-paypal__text--small {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}

.accept-paypal img {
  margin: 0 7px;
  width: 90px;
}

.accept-paypal__text--small {
  font-weight: 500;
  color: rgba(255,255,255,.6);
}

@media only screen and (min-width: 420px)  {
  .accept-paypal__container {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px)  {
  .accept-paypal {
    width: calc(75% + 30px);
    margin: 0 -15px 0 calc(25% - 7.5px);
  }
}

@media only screen and (min-width: 992px)  {
  .c-col--navbar {
    padding-top: 25px;
  }

  .navbar__buttons .btn {
    height: 42px;
    line-height: 40px;
  }

  .accept-paypal {
    position: absolute;
    top: 0;
    right: 15px;
    width: auto;
    margin: 0;
  }

  .accept-paypal__container {
    background-color: transparent;
    padding: 10px 0 0;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1321px)  {
  .accept-paypal {
    right: 0;
  }
}

/* Captcha button */

.captcha-wrapper{
  text-align: center;
}

@media only screen and (min-width: 768px)  {
  .captcha-wrapper{
    text-align: left;
  }

  .join__info{
    align-items: center;
  }
}

.captcha_image{
  margin-bottom: 10px;
  margin-right: 5px;
}

.captcha_reload{
  color: #c91f2b;
  font-size: 11px;
}

.captcha_reload:hover{
  color: #ffffff;
}

/* END Captcha button */
