body {
    background: #FFF url(/hb/res/sys/banners/tlo.jpg); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
}
.ui-g-nopad {
    padding: 0;
    background: #fff;
    background-image: url(/hb/res/sys/banners/tlo.jpg);
}
.ibank-frame{

}
.ibank-content-frame{

}
.ibank-header-login{

}
.ibank-logo {

}

.top-bar {
    background: #fff;
    color: #000;
}

.ui-g-12.ui-md-10.ui-g-nopad {
    background: none!important; 
    width: 100%;
}
.panel-logowania {
    width: 500px;
    float: right;
    padding-bottom: 10px;
    background: whitesmoke;
}
.shadow-md1{
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.logo-panel {
    width: 500px;
    float: right;
    padding-top: 5px;
}

.logo-panel-text {
    width: 500px;
    padding-top: 32px;
    font-size: 26px;
    color: #00963f;
    text-align: right;
}
.logo-panel-md6{
    background: #fff;
    border-top: solid 5px #00963f;
}

.ui-g.loginug {
    max-width: 1200px;
    margin: auto;
}

.informacje-zbanku{
    width: 100%;
    float: left;

}
li.ui-carousel-item.ui-widget-content.ui-corner-all.carItem {
    width: 560PX!IMPORTANT;
}
.panel-bezpieczenstwo{
    width: 500px;
    float: right;
    margin-top: 10px;
}

.logo-login-text {
    float: right;
    margin-right: 10%;
    font-size: 30px;
}
.logoPanel{
    margin-top: -30px;  
    margin-left: 15px;
}
.top-bar {
    margin-bottom: -15px;
}

.ui-panel .ui-panel-content {
    padding: 5px!important;
}
.system-name {
    float: left;
    font-size: 10px;
    margin-left: 300px;
}
.system-info {
    float: right;
    margin-right: 200px;
    font-size: 10px;
    display: block;
}

.input_login {
    width: 90%;
    font-size: 14px!important;
    border-bottom: solid 2px #d5d5d5;
    padding: 5px;
    border-top: none;
    border-left: none;
    border-right: none;
}
.login_button:hover {
    background: #fff;
    color: #040404;
}
.login_button{
    padding: 7px;
    background: #009875;
    border: solid 1px #009875;
    border-radius: 4px;
    font-size: 14px!important;
    float: right;
    margin-right: 24px;
    color: #fff;
}

.input_login:focus {
    padding: 5px;
    border: 0px;
    border-bottom: solid 2px #00963f;
}

@media screen and (max-width: 1020px) and (min-width: 700px) {
    .panel-bezpieczenstwo{
        width: 100%;
    }
    .panel-logowania {
        width: 100%;
        padding-bottom: 10px;
    }

    .informacje-zbanku{
        width: 100%;
    }
    .logo-panel{
        width: 90%;
    }
    .logo-panel-text{
        width: 100%;
        text-align: center;
        padding-top: 1px;
    }
    .ui-md-6 {
        width: 80%!important;
        margin: auto !important;
    }
    .informacje-zbanku {
        margin: auto;
        float: none!important;
    }
    img#logo {
        width: 100%;
    }

}


@media screen and (max-width: 699px) {
    .panel-bezpieczenstwo{
        width: 100%;
    }
    .panel-logowania {
        width: 100%;
    }
    .logo-panel{
        width: 100%;
    }
    .logo-panel-text{
        display: none;
    }
    .ui-carousel {
        display: none;
    }

    td, th {
        vertical-align: inherit !important;
        display: block !important;
    }

    td {
        text-align: left!important;
        width: 100%!important;
    }
    .logoPanel img {
        width: 90%;
    }
    .ibank-content {
        width: 100%;
        padding: 0px;
    }
    .btn-primary {
        width: 100%!important;
    }
    img#logo {
        width: 100%;
    }

}