/* ============ The Homepage Popup ============= */
#rc-imageselect, .g-recaptcha {
    transform:scale(0.83);
    -webkit-transform:scale(0.83);
    transform-origin: 0 71px;
    -webkit-transform-origin: 0 71px;
}

#dialog {
    background-color: #fff;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 430px;
  max-width: 100%;
  height: 270px;
  display: none;
  z-index: 9999;
  /* padding: 20px; */
  border-radius: 5px;
  text-align: center;
  background-image: url(graphics/signup_popup_bg.jpg);
  background-repeat: no-repeat;
  background-size: 120% auto;
}

.signup-bg-blur {
    position: absolute;
    right: 26px;
    bottom: 26px;
    /* height: 430px; */
    height: 435px;
    width: 308px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 2px;
    padding: 18px 28px;
}

.signup-header {
    color: #006990;
    font-size: 49px;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

.signup-subheader {
    color: rgba(0,0,0,0.87);
    font-weight: 400;
    font-size: 30px;
    text-align: left;
    margin-top: -10px;
}

.signup-separator {
    border-top: 5px solid rgba(0,0,0,0.83);
    width: 65px;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left: 0;
}

.signup-body-text {
    color: rgba(0,0,0,0.87);
    font-weight: 400;
    /* font-size: 20px; */
    font-size: 15px;
    text-align: left;
    margin-top: 0;
}

.close {
    color: #000;
    padding: 12px 7px 0px 14px;
    text-shadow: none;
    opacity: 1;
}

.home-popup {
    background-color: #fff;
    margin-top: 42px;
}