body.login{
    background: url("../Nickelsenhof.jpg") no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#ukleft {
    float: none;
    width: 100%;
    height: 100%;
}
form{
    display: block;
    width: 280px;
    margin: 20px auto;
}

form input{
    display: block;
    width: 250px;
    height: 40px;
    padding: 5px 15px;
}

#anmelden{
    display: block;
    height: 50px;
    width: 50px;
    line-height: 60px;
    padding: 0;
    float: right;
    margin-top: -50px;
    color: white;
    text-align: center;
    cursor: pointer;
    color: lightgrey;
    background-color: white;
    border-radius: 0 0 0.4em 0;
}

#anmelden:hover{    
    color: #5EBB4A !Important;
}

h1{
    padding: 15px;
}

/*====================================Login===============================*/

#loginbox{
    margin: 15% auto;
}

#loginbox a.text{
    color: white;  
    display: block;
    width: 250px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

#loginbox a.text:hover{
    text-decoration: underline;
}

#loginbox h1{
    font-size: 3.7rem;
    color: white;
    font-weight: normal;    
    text-align: center;
    margin-bottom: 0;
}

#loginbox h2{
    font-size: 1.7rem;
    text-align: center;
    color: white;
    font-weight: normal;  
    margin-top: 0;
}

#loginbox input.nickname{  
    border: none;
    border-bottom: 1px solid lightgrey;
    border-radius: 0.4em 0.4em 0 0;
}

#loginbox input.passwort{        
    border: none;
    width: 200px;
    border-radius: 0 0 0 0.4em;
}

input:-webkit-autofill{
    background-color: white !Important;
}

#loginfo{
    display: block;
    margin-top: 10px;
    color: white;
    text-align: center;
    font-size: 0.9rem;
}