body {
    background-color: #F0F3F6;
    /*background-image: url('../img/top_story_bild.png');*/
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;

    color: rgb(71, 89, 101);
    font-family: sans-serif;
}
#logo {
    background: url('../img/menue2000-catering.png') no-repeat top left;
    width: 258px;
    height: 60px;
    float: left;
    margin-top: 7px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.login-logo {
    background: url('../img/logo_login.png') no-repeat;
    height: 165px;
    margin: 115px auto 62px auto;
    text-indent: -9999px;
    width: 219px;
}
a {
    color: rgb(71, 89, 101);
}

input.input-user {
    background: url('../img/icon_user.png') no-repeat 11px -70px;
}
input.input-passwd {
    background: url('../img/icon_passwort.png') no-repeat 13px -70px;
}
div#kc-content {
    position: absolute;
    top: 37%;
    left: 45%;
    width: 550px;
    margin-left: -225px;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    height: 333px;
}
.kc-content-wrapper{
    margin-top: 50px;
}


div#kc-form {
    float: none;
    width: 550px;
    margin-top: 49px;
    margin-left: 133px;
}

div#kc-form label {
    display: block;
    font-size: 15px;
    color: #989BA0;
    margin-bottom: 5px;
}

div#info-area {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    width: 100%;
}

div#info-area p {
    margin-right: 30px;
    display: inline;
    text-shadow: none;
}

input[type=text], input[type=password] {
    border: 1px solid rgb(206, 214, 220);
    color: rgb(206, 214, 220);
    font-size: 13px;
    height: 33px;
    line-height: 33px;
    margin-bottom: 17px;
    padding: 0 10px 0 55px;
    text-align: left;
    width: 262px;
}

a {
    color: #4FC6F8;
}

input[type=text]:hover, input[type=password]:hover {
    background-color:#6F92B8;
}
input[type=text]:focus, input[type=password]:focus {
    outline: none !important;
    border-color: #6F92B8;
    box-shadow: 0 0 0px #6F92B8;
}

input[type=submit] {
    background-color: #6F92B8;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    margin-top: 6px;
    margin-left: 20px;
    margin-bottom: 27px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 228px;
    font-weight: normal;
}
.impressum-box{
    margin-left: 80px;
}
input[type=submit]:hover {
    background-color: #6F92B8;
}

.kc-login:hover{
    background-color:#6F92B8;
}
div#kc-form-options div {
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
}

div#kc-form-options div label {
    font-size: 12px;
}

div#kc-feedback {
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

div#kc-feedback-wrapper {
    padding: 1em;
}

div.feedback-success {
    background-color: rgba(155,155,255,0.1);
}

div.feedback-warning {
    background-color: rgba(255,175,0,0.1);
}

div.feedback-error {
    background-color: rgba(255,0,0,0.1);
}

div#kc-header {
    display: none;
}

div#kc-registration {
    margin-bottom: 20px;
}

#input-error {
    color: #ED6B5B;
    position: relative;
    top: -14px;
    width: 355px;
    display: block;
}

#kc-social-providers {
    background-color: rgba(3, 70, 114, 0.15);
    border: 0 solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    width: 276px;
}

#kc-social-providers ul {
    margin: 0;
    padding: 0;
}

#kc-social-providers a {
    display: block;
    text-decoration: none;
    padding: 10px;
    margin: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}

#kc-social-providers a:hover{
    background-color: rgba(3,70,114,0.4);
}