.log_bd_page {
    text-align:center;
    padding-top:20px;
}

.log_bd_page {
    width:100%;
}

.log_bd_page > div {
    position:relative;
    width:auto;
    margin-left:auto;
    margin-right:auto;
}

.log_logo {
    background:url(/general/imgs/LQ/logo_banner.png) transparent no-repeat;
    background-size:100px 41px;
    width:100px;
    height:41px;
}

.log_label_headline {
    margin-top:25px;
    font-family:Segoe UI;
    font-size:38px;
    font-weight:300;
    color:#595959;
}

.log_label_hl_sub {
    margin-top:-20px;
    color:#595959;
    font-weight:500;
    font-size:18px;
}

.log_login_container > div {
    width:280px;
    padding:40px;
    background:#F3F3F3;
    border:1px solid #E2E2E2;
    border-radius:2px;
    border-top:none;
    box-shadow:0px 2px 2px #C4C4C4;
}

.log_login_container > div > table {
    width:100%;
}

.log_user_logo {
    width:96px;
    height:96px;
    background:url(/general/imgs/static/profil_graybody.png) no-repeat transparent;
    background-size:96px 96px;
    border-radius:50%;
    margin-left:auto;
    margin-right: auto;
}

.log_mail_input {
    margin-top:20px;
    width:100%;
    height:43px;
}

.log_btn_login {
    margin-top:5px;
    width:100%;
    height:38px;
}

.alog_link {
    font-size:13px;
}

.log_rest {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
}

.log_rest > div {
    margin-top:50px;
    font-size:14px;
    color:#4F4F4F;
}

.log_error {
    font-size:13px;
    color:#FF2B2B;
}

.log_alignright {
    text-align:right;
}

.log_alignleft {
    text-align:left;
}

.log_nodisp {
    visibility:hidden;
    display:none;
}

.log_forgotton {
    margin-top:3px;
    font-size:100%;
}