.register-page .media {
    border-bottom: 0;
}
.register-page .header-text {
    padding: 34px 0 40px;
}
.register-page .logo {
    margin-right: 10px;
}
.register-page .form-group {
    margin-bottom: 18px;
}
@media (max-width: 992px) {
    .wrapper {
        background-color: inherit;
    }
}
.captcha-img {
    background-color: #F3F2EE;
    border: 1px solid #e8e7e3;
    border-radius: 4px;
    color: #66615b;
    max-height: 40px;
}
@media(max-width: 992px) {
    .captcha-img {
        margin-bottom: 5px;
    }
}
