﻿body {
    background-color: #eee;
    font-family: Verdana;
}

.f80 {
    float: left;
    position: absolute;
    font-size: 10px;
    color: #666666;
}

img#captcha {
    margin-left: -5px;
}

.errMsg {
    color: red;
}

div.login_container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.eb_modal_dialog {
    margin: 0 auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 500px;
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 5px;
    border-radius: 3px;
}

span.title {
    display: block;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px 5px 10px;
    border-bottom: 1px solid #3DA25B;
    color: #4670B5;
    text-transform: uppercase;
    font-size: 18px;
}

form {
    text-align: center;
}

.login_form a.restore_link {
    color: #4670B5;
    font-size: 14px;
    text-decoration: underline;
}

.login_form > table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.login_form > table td:first-child {
    width: 35%;
}

.login_form > table td:last-child {
    width: 65%;
}

.login_form > table td {
    padding: 5px;
    font-size: 14px;
}

.login_form > table td.caption {
    color: #444;
    font-size: 15px;
    vertical-align: top;
    padding-top: 15px;
}

.login_form > table td.error {
    padding-top: 20px;
}

.login_form > table td select,
.login_form > table td input[type=text],
.login_form > table td input[type=password] {
    padding: 10px 5px;
    font-size: 14px;
    color: #666666;
    border: 1px solid #777;
    border-radius: 3px;
}

div.result_message_info,
div.result_message_success,
div.result_message_warning,
div.result_message_error,
div.result_message_validation {
    background-color: transparent !important;
    text-align: center !important;
    margin: 0px;
    padding: 10px !important;
}
#externals_block{
    margin-top:15px;
    margin-bottom:10px;
}
#externals_block .title{
    font-size:110%;
    text-align:center;
}
#externals_block .list {text-align:center;margin-top:5px;}
#externals_block .list a{
    display:inline-block;
    width:32px;
    height:32px;
    background: url(images/social_auth.png) no-repeat;
    background-position:0px 0px;
}
#externals_block .list a+a{margin-left:8px;}
#externals_block .list a.soc_gu{background-position:0px 0px;}
#externals_block .list a.soc_vk{background-position:-35px 0px;}
#externals_block .list a.soc_fb{background-position:-70px 0px;}
#externals_block .list a.soc_ok{background-position:-105px 0px;}
#externals_block .list a.soc_ya{background-position:-140px 0px;}
#externals_block .list a.soc_go{background-position:-175px 0px;}