html, body, section, article, aside, div, header, footer, nav,
ul, ol, li, img, table, thead, tbody, tfoot, tr, th, td,
fieldset, h1, h2, h3, h4, h5, p, a, span, label {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body {
    height: 100%;
}

body {
    background: #f6f6f6;
}

.t-systems-top-line {
    display: none;
}

.content {
    padding-top: 20px;
}

.login {
    padding: 30px;
    background: white;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    /* -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); */
    /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); */
    border: 1px solid rgba(238, 238, 238, 1);
    max-width: 348px;
    margin: 0 auto 25px;
}

.login .head {
    text-align: center;
    margin-bottom: 15px;
}

.login .cont {

}

.login h1 {
    margin: 15px 0 15px;
}

.login .logo {
    line-height: 0;
    display: inline-block;
}

.login img {
}

.login fieldset {margin-bottom: 15px;}

.login fieldset > div {
    margin-bottom: 10px;
}

.login fieldset > div > label {
    color: gray;
    font-weight: 400;
    margin: 3px 5px;
}

.login fieldset > div > .error {
    color: red;
    margin: 3px 5px;
}

.login .buttons {
    margin-bottom: 0;
}

.login input[type=submit] {
    width: 100%;
}

.login .buttons a {

}

.login .buttons a:last-of-type {

}