
.ikonIdentCard {
    background: url(images/login/przyloz_karte.gif);
    width: 76px;
    height: 92px;
}

.ikonIdentLogin {
    background-image: url(images/login/zalogowany.gif) !important;
    background-repeat: no-repeat;
    width: 76px;
    height: 92px;
}

.iconIdentCzytnikError {
    background-image: url(images/login/niedostepny.gif) !important;
    background-repeat: no-repeat;
    width: 76px;
    height: 92px;
}

.iconIdentLoginWait {
    background-image: url(images/login/weryfikacja.gif) !important;
    background-repeat: no-repeat;
    width: 76px;
    height: 92px;
}

.iconIdentLoginError {
    background-image: url(images/login/brak_uprawnien.gif) !important;
    background-repeat: no-repeat;
    width: 76px;
    height: 92px;
}

.form-login .x-panel-btns {
    padding-right: 0px;
}

.form-login .x-toolbar-right-row .x-toolbar-cell {
    padding-right: 0px;
}

.panel-login {
    border: 1px solid #DB5B00;
    z-index: 10;
}

.loginpage-mask {
    width: 100%;
    height: 100%;
    background: black url(images/login/background1.png) repeat-y;
    position: absolute;
    z-index: 20000;
    left: 0;
    top: 0;
    z-index: 1;
}

.loginpage-mask-logo4 {
    background: transparent url(images/login/background3.png) repeat-x;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 64px;
    z-index: 1;
}

.loginpage-mask-logo1 {
    background: transparent url(images/login/loginimage1.jpg) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.loginpage-mask-logo3 {
    background: transparent url(images/login/background2.png) repeat-x;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 101px;
    z-index: 3;
}

.loginpage-mask-logo3b {
    background: transparent url(images/login/background2.png) repeat-x;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 65px;
    height: 101px;
    z-index: 4;
}

.loginpage-mask-logo2 {
    background: transparent url(images/login/stopkaimage1.jpg) no-repeat top right;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 101px;
    z-index: 3;
}

.loginpage-mask-logo2pro {
    background: transparent url(images/login/stopkaimage1pro.jpg) no-repeat top right;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 101px;
    z-index: 3;
}

.loginpage-panels {
    position: relative;
    width: 100%;
    height: 100%;
}

.loginpage-panel {
    background: black url(images/login/loginpanelback.jpg) no-repeat;
    position: absolute;
    width: 410px;
    height: 369px;
    z-index: 4;
    top: 30%;
    left: 52%;
}

.loginpage-panel2 {
    background: black url(images/login/loginpanelback2.jpg) no-repeat;
    position: absolute;
    width: 410px;
    height: 307px;
    z-index: 4;
    top: 30%;
    left: 52%;
}

.loginpage-panel-card-stan {
    position: absolute;
    background-color: #F1F1F1;
    border: 1px solid #DB5B00;
    width: 76px;
    height: 92px;
    padding: 5px;
    z-index: 9;
    left: 0px;
    top: 0px;
}

.loginpage-panel-card-stan2 {
    position: absolute;
    background-color: #F1F1F1;
    border: 1px solid transparent;
    width: 76px;
    height: 92px;
    padding: 5px;
    padding-right: 3px;
    padding-bottom: 3px;
    z-index: 11;
    left: 0px;
    top: 0px;
}

body {
    overflow: hidden;
}

.panel-login-container {
    position: relative;
    overflow: hidden;
}


