﻿ /*LogInModalForm*/
.formBlockLogIn {
    background: #fff;
    border: 1px solid #225CB1;
    width: 600px;
    border-radius: 0px 0px 7px 7px;
    display: inline-block;
    padding-bottom: 10px;
    /*padding-top: 25px;*/
    margin-left: -1px;
    position: absolute;
    z-index: 4;
    line-height: 20px;
    margin-left: -325px;
    top: 50px;
}
.checkbox{
    float: left; 
    width: 35px; 
    margin-right: 20px; 
    border: none!important;
    margin-bottom: 12px;
}

.logInBlockCaption{
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
}

.popup-close-btn{
    width: 25px; height: 25px; float: right; margin-top: 2px; cursor: pointer;
}

.formBlockLogIn input[type="text"], .formBlockLogIn input[type="password"] {
    width: 270px;
    padding: 5px;
    height: 40px;
    font-size: 14px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.formBlockLogIn input[type="text"]:hover, .formBlockLogIn input[type="password"]:hover{
    border: 1px solid #2884E4;
}

.btnLogInForm{
    width: 134px;
    height: 35px;
    color: #2884E4;
    background: #FFF;
    border-color: #2884E4;
}
.btnLogInForm:hover{
    color: #FFF;
    background: #2884E4;
}
.logInLinkStyle{
    text-decoration: underline;
    color: #225CB1;
    font-size: 13px;
}
.logInLinkStyle:hover{
    color: #2884E4;
}
.checkboxLogInForm {
    position: relative;
    display: block;
    margin-bottom: 0px;
}        
/*.checkboxLogInForm input:checked:before {
    content: "✓";
    background: #2884E4;
}*/
/*.checkboxLogInForm input[type="checkbox"]:checked:before, .checkboxLogInForm .checkbox input[type="checkbox"]:checked:before, .checkboxLogInForm .checkbox-inline input[type="checkbox"]:checked:before{
    content: "✓";
    color: #FFF;
    position: absolute;
    top: 6px;
    left: 9px;
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 2px solid #fff;             
    transform: none;
    border-radius: 5px;
    padding-left: 4px;
}
.checkboxLogInForm input[type="checkbox"]:after, .checkboxLogInForm .checkbox input[type="checkbox"]:after, .checkboxLogInForm .checkbox-inline input[type="checkbox"]:after{
    border: 1px solid #2884E4;
}
.logInQuestionMark{
    float: left;
    margin-left: 10px;
    background: #2884E4;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-top: 15px;
    border-radius: 3px;
    padding-left: 5px;
    padding-bottom: 3px;
    color: #FFF;
    cursor: pointer;
}*/
/*End LogInModalForm*/


@media all and (max-width: 1599px) {
    .formBlockLogIn{
        margin-left: -450px;
    }
}

@media all and (max-width: 1400px) {
    .formBlockLogIn{
        margin-left: -550px;
    }
}

/*IE Styles*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .formBlockLogIn{
        margin-left: -450px;
        top: 50px;
    }

    .checkbox{
        float: left; 
        width: 15px!important;
        margin-right: 10px!important;
        border: none;
        margin-bottom: 12px;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 1600px), (-ms-high-contrast: active) {
    .formBlockLogIn{
        margin-left: -570px;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 1300px), (-ms-high-contrast: active) {
    .formBlockLogIn{
        margin-left: -633px;
    }
}