.login-logo {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: -59px;
    background: url('../img/sprite.png') -274px -240px;
    width: 123px;
    height: 31px;
}

.login-block {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 350px;
    margin-top: -152px;
    margin-left: -175px;
    background: #fff;
}

    .login-block.company h2 {
        display: inline-block;
    }

    .login-block.company .login-header {
        font-size: 14px;
        left: 50%;
        margin-left: -100px;
        position: absolute;
        top: -110px;
        width: 200px;
        text-align: center;
        color: #555;
    }

    .login-block.company .reg-link {
        float: right;
        margin-top: 23px;
    }

    .login-block .links-box {
        left: 373px;
        position: absolute;
        top: 26px;
        width: 200px;
        font-size: 14px;
    }

        .login-block .links-box p {
            margin-bottom: 8px;
        }

.login-tooltip {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    position: absolute;
    background: url(../img/grey-texture.gif) repeat;
    border-top: 1px solid #fff;
    display: none;
}

    .login-tooltip.active {
        display: block;
    }

.profile-forms-container .login-block {
    margin: 0;
    left: 0;
}

#loginForm, #regForm, #recoveryPassForm, #newPassForm {
    padding: 0 12px 0 16px;
}

.login-block h2 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 12px;
}

.login-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .login-list li {
        padding-bottom: 20px;
    }

        .login-list li.agreement {
        }

            .login-list li.agreement label, .login-list li.agreement input {
                vertical-align: middle;
            }

            .login-list li.agreement input {
                margin-right: 7px;
            }

    .login-list input[type=text],
    .login-list input[type=password] {
        display: inline-block;
        width: 220px;
    }

    .login-list input.invalid,
    .login-list input.LV_invalid_field,
    .login-list input.input-validation-error {
        background: #FFBBBB;
    }

.remember-link {
    display: inline-block;
    margin-top: 3px;
    min-width: 100px;
}

.error-message,
.LV_invalid,
.field-validation-error {
    display: block;
    font-size: 14px;
    color: #C1272D;
    margin-bottom: -5px;
}

.login-message {
    font-size: 14px;
    width: 240px;
    padding-bottom: 15px;
}

.make-pass input {
    width: 172px;
    margin-right: 8px;
    vertical-align: middle;
}

.make-pass .switch-button {
    font-size: 12px;
    vertical-align: middle;
}

    .make-pass .switch-button .inner {
        position: relative;
    }

.make-pass .switch-button-box {
    display: inline-block;
    position: relative;
}

.make-pass .switch-button .password {
    padding: 4px 5px;
}

    .make-pass .switch-button .password i {
        font-size: 21px;
        font-style: normal;
    }

.make-pass .switch-button span {
    padding: 4px 7px;
    height: 16px;
}

.strong-pass {
    color: #009245;
    width: 240px;
}

.middle-pass {
    color: #F7931E;
    width: 240px;
}

.weak-pass {
    color: #C1272D;
    width: 240px;
}


.reg-link {
    font-size: 16px;
    font-weight: bold;
}

.login-buttons .button {
    margin-right: 15px;
}

    .login-buttons .button .button-content {
        width: 201px;
        font-size: 20px;
    }


.password-recovery-success {
    padding: 10px;
    font-size: 14px;
}

    .password-recovery-success a {
        float: right;
        color: #2197D8;
    }
/* ---------------------------------------------- social connections --------------------------------------------------- */

.social-connections-box {
    padding: 15px 30px 15px;
}

    .social-connections-box + .social-connections-box {
        border-top: 1px solid #d7dfe1;
        box-shadow: inset 0 1px 0 0 #fff;
    }

    .social-connections-box .close.ir {
        background: url('../img/sprite.png') -198px -62px;
        cursor: pointer;
        height: 13px;
        position: absolute;
        right: 18px;
        top: 28px;
        width: 13px;
    }

    .social-connections-box .input-holder {
        margin-bottom: 10px;
    }

    .social-connections-box .button-box {
        font-size: 15px;
        padding: 0;
    }

        .social-connections-box .button-box .button-block {
            min-width: 80px;
            text-align: center;
        }

    .social-connections-box .button-box-soc .button-block {
        width: 115px;
        margin: 0 auto;
        float: none;
        clear: both;
        display: block;
        text-align: center;
        font-size: 15px;
    }

    .social-connections-box .button-box label {
        margin: 6px 0;
        float: left;
    }

    .social-connections-box .button-block {
        float: right;
    }

    .social-connections-box p {
        font-size: 14px;
        margin-bottom: 11px;
    }

        .social-connections-box p.tip, .social-connections-box p.small-tip {
            color: #808080;
            width: 95%;
        }

        .social-connections-box p.small-tip {
            font-size: 12px;
        }

        .social-connections-box p.error {
            color: red;
            font-size: 13px;
        }

        .social-connections-box p.note-txt {
            font-size: 15px;
            color: #000;
        }

    .social-connections-box h1 {
        margin: 2px 0 12px;
        font-size: 26px;
        font-family: 'Open Sans';
        font-weight: 600;
        font-style: normal;
        text-align: center;
    }

    .social-connections-box .social {
        margin: 0;
        display: inline-block;
    }

    .social-connections-box .social-conn {
        font-size: 15px;
        color: #000;
        text-align: center;
    }

    .social-connections-box .social .login-icon {
        display: inline-block;
        text-align: center;
        width: 30px;
        height: 30px;
        background: #417f97;
        border-radius: 5px;
        cursor: pointer;
        vertical-align: middle;
        background: -o-linear-gradient(90deg, #417f97, #5196b0);
        background: -ms-linear-gradient(90deg, #417f97, #5196b0);
        background: -moz-linear-gradient(90deg, #417f97, #5196b0);
        background: -webkit-linear-gradient(90deg, #417f97, #5196b0);
        background: linear-gradient(0deg, #417f97, #5196b0);
        margin-left: 5px;
    }

        .social-connections-box .social .login-icon .ir {
            display: inline-block;
            background: url(../img/sprite.png);
        }

            .social-connections-box .social .login-icon .ir.vk-icon {
                width: 26px;
                height: 16px;
                margin-top: 7px;
                background-position: -1px -1213px;
            }

            .social-connections-box .social .login-icon .ir.fb-icon {
                width: 12px;
                height: 22px;
                margin-top: 3px;
                background-position: -38px -1209px;
            }

/* ---------------------------------------------- social connections END --------------------------------------------------- */

.login-bottom {
    background: #dae2e5;
    padding: 13px 10px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    font-size: 15px;
}

    .login-bottom a {
        text-decoration: underline;
        color: #6b787d;
    }
