BODY {
    margin: 0;
    padding: 0;
    background: url("/public/images/mtp_loginform_bg.jpg") center fixed no-repeat;
    background-size: cover;
    font: 10pt Tahoma;
    color: #000000;
}

#error-div {
    color: #f00;
    height: 25px;
    line-height: 25px;
}

#container {
    position: relative;
    width: 245px;
    height: 223px;
    margin: 240px auto 0;
    padding: 20px;
    background: #ffffff;
    text-align: center;
}

#user {
    width: 150px;
    height: 25px;
    margin: 0px 0 0;
    padding: 2px 30px 2px 55px;
    background: #e5e5e5 url("/public/images/input_icon_user.png") no-repeat scroll 0 0;
    border: 0;
}

#pass {
    width: 150px;
    height: 25px;
    margin: 15px 0 15px;
    padding: 2px 30px 2px 55px;
    background: #e5e5e5 url("/public/images/input_icon_pass.png") no-repeat scroll 0 0;
    border: 0;
}

div .left {
    float: left;
    margin: 10px 0 0 0;
    text-align: left;
}

div .right {
    float: right;
    margin: 11px 2px 0 0;
    text-align: right;
}

#buildInfoCaption {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.localPanel {
    background-image: url("/public/images/lang_rus.png");
    font-size: 12px;
    background-color: #FAFFBD;
    text-align: left;
    float: left;
    color: black;
    padding: 5px 6px 5px 6px;
    margin: 0px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 23px 7px;
    cursor: pointer;
    height: auto;
    width: 25px;
}

.localPanel.en {
    background-image: url("/public/images/lang_eng.png");
}

