﻿.captcha-box .captcha-input {
    border: none;
    top: 15px;
    position: relative;
    background-color: transparent;
    font-size: 25px !important;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    margin-bottom: 5px;
    letter-spacing: 9px;
    font-size: 27px !important;
}

    .captcha-box .captcha-input:focus {
        box-shadow: none !important;
    }

.captcha-box > div {
    width: 49% !important
}

.mini-logo {
    display: none;
}

.ico-btn > .input-group-text.ctm-icon {
    display: none;
}

.captcha-box > div > label {
    display: none !important;
}

.captcha-box #img-captcha {
    height: 79% !important;
}

.captcha-box .form-group.col {
    margin: 0px !important;
    padding: 0px 0px 0px 10px !important;
}

.captcha-message {
    font-size: 10px !important;
}

.glyphicon.glyphicon-eye-open {
    text-decoration: none !important;
    color: #737373;
}

    .glyphicon.glyphicon-eye-open:hover {
        color: #464646;
    }

.loginForm .loginFormInner .redBox .formInner .fRow .btn {
    min-width: 150px
}


@media screen and (max-width: 479px) {
    .loginForm {
        left: 0;
        top: 40%;
        width: 100%;
    }

    .redBox {
        width: 351px;
        height: 100%;
        float: left;
        position: relative;
        display: flex;
        align-items: center;
        min-height: 351px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .login .logo {
        background-size: contain;
    }
    /* .loginForm::before, .loginForm::after {
        display: none;
    }*/
}

@media (min-width: 480px) and (max-width: 779px) {
    .loginForm {
        top: 40%;
        left: 50%;
    }

    .login .logo {
        background-size: contain;
    }

    .redBox {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        min-height: 351px;
        max-width: 450px;
        float: right;
    }
    /*   .loginForm::before, .loginForm::after {
        display: none;
    }*/
}

@media (min-width: 780px) and (max-width: 1049px) {
    .loginForm {
        top: 40%;
        left: 50%;
    }

    .redBox {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        min-height: 400px;
        max-width: 440px;
        float: right;
    }
}

@media (min-width: 1050px) and (max-width: 1281px) {
    .loginForm {
        top: 40%;
        left: 50%;
    }

    .redBox {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        min-height: 260px;
        max-width: 440px;
        float: right;
    }
}

@media (min-width: 1282px) and (max-width: 1366px) {
    .loginForm {
        top: 40%;
        left: 50%;
    }

    .redBox {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        min-height: 400px;
        max-width: 440px;
        float: right;
    }
}
