
/*
.loginpage-section1 {
    background-color: #e9e9e9;
    background-image: url("../img/beauty-png.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 35% auto;
}
*/

/*
.bb-login-form {
    background-image: url("../img/icon-shield.png");
    background-position: 10px 130px;
    background-repeat: no-repeat;
    background-size: auto 210px;
}
*/

.captcha-login {
    height: 50px;
}
.captcha-login img {
    width: 150px;
    max-width: 75%;
    margin-right: 12.5%;
    cursor: pointer;
    float: right;
}
.captcha-login input {
    width: calc(75% - 170px);
    margin-left: 12.5% !important;
    float: left;
}
@media (max-width: 500px) {
    .captcha-login {
        height: unset;
    }
    .captcha-login img {
        width: 150px;
        max-width: 75%;
        margin: 0 auto;
        float: unset;
    }
    .captcha-login input {
        width: 150px;
        max-width: 75%;
        margin: 10px auto 0 !important;
        float: unset;
    }
}

