﻿body {
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

html {
    height: 100%;
}

header {
    padding-top: 22px;
}

    header .logo {
        float: left;
    }

.headerInfo {
    float: right;
    width: 530px;
}

header .selectProd {
    float: left;
}


.loginBlock {
    background: #FDFCFC;
    border: 1px solid #C7D6DD;
    width: 700px;
    margin: 180px auto 0;
}

.loginSection {
    overflow: hidden;
}

    .loginSection .logo {
        float: left;
        padding: 65px 0 0 51px;
    }

.loginForm .passwordSent {
    padding: 20px 0px 30px 0px;
}

.loginSection .loginForm {
    float: right;
    width: 300px;
    padding: 30px 25px 25px 0;
}

.loginSection h2 {
    color: # /*{base_theme_color}*/;
    font-size: 30px;
    font-weight: normal;
    line-height: 38px;
    margin-bottom: 26px;
}

.loginBlock input[type="text"], .loginSection input[type="password"] {
    border: 1px solid #BABABA;
    padding: 7px 10px;
    width: 280px;
    margin-bottom: 8px;
    font-size: 14px;
    background: none;
}

.loginSection .checkWrapper {
    overflow: hidden;
    padding: 1px 0 13px;
}

    .loginSection .checkWrapper label {
        float: left;
        margin-left: 10px;
    }

.loginBlock .btAction {
    height: 30px;
    width: 84px;
    background: #40B5CE;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

.passSection {
    background: #F7F6F6;
    overflow: hidden;
}

    .passSection .lbPass {
        float: left;
        width: 315px;
        font-size: 18px;
        color: #484d4f;
        padding: 51px 0 0 22px;
    }

        .passSection .lbPass span {
            text-transform: uppercase;
            display: block;
        }

    .passSection .passForm {
        float: right;
        width: 300px;
        padding: 18px 25px 18px 0;
    }

    .passSection.activeSection .passForm {
        padding-bottom: 30px;
    }

    .passSection h3 a {
        font-size: 14px;
        color: #484d4f;
        font-weight: normal;
        cursor: pointer;
    }

.show_hide {
    display: none;
}

.passSection .btAction {
    margin-top: 10px;
    cursor: pointer;
}

.passSection.activeSection {
    background: #F7F6F6 url(/Content/Images/line.png) 0 43px no-repeat;
}

.loginSection.activeSection {
    background: url(/Content/Images/line.png) 0 50px no-repeat;
}

.field-validation-error {
    clear: both;
    color: #FF0000;
    display: block;
}

.validation-summary-errors, .validation-summary-errors li {
    font-weight: bold;
    color: #ff0000;
}
