* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#portal-body {
    width: auto;
    transition: none;
    flex-grow: unset;
    overflow: visible;
}

.button {
    background: none;
    display: inline;
    padding: 0;
}

.normalize #portal-body {
    display: block;
    align-items: normal;
    width: auto;
}

.container {
    width: auto;
    height: auto;
    transition: none;
}

#configurator-container {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 50;
    max-width: auto;
    max-height: auto;
}

#configurator-iframe {
    width: 100%;
    min-width: auto;
    max-width: auto;
}

#logoutForm {
    min-height: auto;
}

@media only screen and (max-width: 1410px) {
    .container {
        padding: 0;
    }
}