.swagger-ui.swagger-container {
    background-color: transparent;
}
.swagger-ui.swagger-container > .topbar {
    background-image: linear-gradient(to right, #3e2347, #562567 100%) !important;
    background-repeat: repeat-x;
    background-color: transparent !important;
    position: relative;
    z-index: 1010;
}
.swagger-ui .info .title small.version-stamp {
    display: none;
}
img[alt="Swagger UI"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: url('../images/logo.png');
    height: 50px;
    max-width: 100%;
    max-height: 100%;
}