/*
Coded by the Digitallabor - https://teamgesundheit.de
Author: JP - joerg.porstmann@teamgesundheit.de
Description: :-)
*/

body.login{
    background-image: url('../images/loginback.jpg');
    background-size: cover;
}
#login{
    margin: 8% 0 0;
    padding: 10px;
    background-color: rgba(255,255,255,0.8);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 5px;
    border: none;
    font-weight: 400;
    overflow: hidden;
    background-color: transparent;
    
}
#login p a {font-weight:bold; color: black;}
#login h1 a, .login h1 a {
            background-image: url('../images/loginhead.png');
            background-size: 100px;
            height:100px;
            width:100px;
            background-size: 100px 100px;
            background-repeat: no-repeat;
            padding-bottom: 5px;
}
