.kosc-webshop-iframe {
    border: 0;
    width: 100%;
    height: 1500px;
}

.kosc-logincontainer {
    margin-bottom: 75px;
}

.kosc-logincontainer .kosc-login-left {
}

.kosc-logincontainer .kosc-login-right {
}

.iframecontainer {
    position: absolute;
    inset: 0;
}

.iframecontainer .iframeheader {
    height: 75px;
    padding: 5px;
    background-color: #fff;
}

.iframecontainer .iframeheader .iframeheader-left {
    text-align: center;
}

.iframecontainer .iframeheader .iframeheader-left img {
   max-height: 65px;
}

.iframecontainer .iframeheader .iframeheader-right {
    position: absolute;
    top: 5px;
    right: 10px;
}

.iframecontainer .kosc-webshop-iframe {
    position: absolute;
    inset: 75px 0 0 0;
    z-index: 999;
}
