.sliderbg {
    position: relative !important;
}

.captcha-allowed {
    position: relative;
    width: 278px;
    height: 155px;
    margin: 0 auto;
    display: block;
}

.captcha-allowed img {
    height: 100%;
    width: 100%;
}

.captcha-allowed h1 {
    padding-top: 22px;
    font-size: 60px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 40%;
}

.captcha-done {
    background-color: cyan;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
    top: 0;
    opacity: 80%;
}

.sliderText {
    font-size: 14px;
}

.sliderContainer {
  line-height: 20px;
}