html {
    background-image: url('bildungscampus-heilbronn.jpg');
    background-position: center !important;
    background-size: cover;
    background-repeat: no-repeat;
   
}
#centerbody {
    background-color: white;
    color: #5c6971;
    padding: 10px 10px 40px 10px;
    border: 0;
    text-align:center;
}

.title-logo {
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    height: auto;
}
#header{
  background: white;
}
#header-page{
   color: #5c6971;
}
#header-title{
   color:black;
}
.cas_links{
  margin:0 15px;
  
}
.cas_links a{
  color: #8d040c;
font-family: "generissans-regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-decoration:none;
  font-weight:400;
  background-color:white;
}
.cas_links a:hover{
  color: #8d040c;
  text-decoration:underline;
}
.formFieldLabel{
   color: #5c6971;
}
#login .loginFieldLabel{
 display:block;
}
.message{
    width:98%;
}
.tokenInput{
    margin:auto;
}

