body {
    background: #FFF;
}

.mag_img {
    position: absolute;
    left: -999px;
}

#logo_big {
    background: url('../../../../web/images/logo_big.png');
    width: 162px;
    height: 56px;
    margin: 0 auto;
    display: block;
    border: 0;
}

#def_page_links .ui_btn {
    /*width: 100%;*/
    font-size: 24px !important;
    text-align: center;
    display: block;
}

#reg_logo img {
    width: 32px;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

#reg_logo_mottor img {
    width: 48px;
    margin: 120px 0 60px 0;
}

#reg_logo img:hover {
    opacity: 1;
}

#lnk_back_wrap {
    position: absolute;
    left: 15px;
    top: 20px;
}

a#lnk_back {
    border-bottom: 0;
    font-size: 12px;
    padding: 5px;
}

a#lnk_back:hover span {
    border-bottom: 1px dotted #0AF;
}

a#forgot_pass {
    padding: 0;
    color: #888;
    font-size: 12px;
}

form.frm_auth input.ui_textbox {
    padding: 10px !important;
    font-size: 22px;
    height: auto !important;
}

p {
    padding: 0;
    margin: 5px 0 0;
    line-height: 1.2;
}

p.hint {
    color: #888;
    font-size: 12px;
}
