body {
    font-family: 'Fira Sans Condensed';
    font-size: 12px;
    color: #80384e !important;
    background-color: #e6e6e6;
    background-repeat: repeat;
    margin: 0 auto;
}

h3.hlavicka {
    display: block;
    position: relative;
    font-size: 26px;
    color: #80384e;
    font-weight: normal;
    margin-top: 20px;
    text-align: center;
}

a {
    color: black;
    text-decoration: none;
}

.logo {
    position: relative;
    margin: 0 auto;
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    width: 250px;
    height: 55px;
    z-index: 100;
}

.content {
    position:relative;
    border: solid 1px #80384e;
    padding: 30px;
    padding-bottom: 10px;
    margin: 50px auto 0px auto;
    width: 700px;
    box-shadow: 0px 0px 30px 6px #aaa;
    background-color: #fff;
}

#flashMessages
{
    position: relative;
    top: 10px;
    color: green;
    font-size: 200%;
}

#flashMessages .error li, #flashMessages .error ul
{
    color: #ff0000;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


form#login input {
    width: 150px;
    font-size: 16px;
    padding: 3px 5px;
}

#submit {
    cursor: pointer;
}

#login-container {
    height: 150px;
}

#submit-element input {
    background-color: lightgoldenrodyellow;
}

.clear {
    clear: both;
}

#code {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    color: #be3423;
}