#logo{
    background: url("/static/custom/autinitysoftware/images/icons/autinitysoftware_schriftzug.png") center no-repeat;
    height: 100px;
    margin-top: -150px;
}
#wrapper{
    background-image: url("/static/custom/autinitysoftware/images/login/wrapper.png");
}
#login #submit{
    background: url("/static/custom/autinitysoftware/images/login/login.png") left no-repeat;
}
input[type=text]:focus{
    background: url("/static/custom/autinitysoftware/images/login/usr_active.png") left no-repeat;
}
input[type=password]:focus{
    background: url("/static/custom/autinitysoftware/images/login/pwd_active.png") left no-repeat;
}
