header {

}

header:before {
    content: "";
    background-color: white;
    height: 70px;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-bottom: 2px solid #e53c21;
}
header #logo {
    position: fixed;
    top: 35px;
    left: 40px;
    z-index: 102;
    transform: translateY(-50%);
}
header #logo img {
    height: 35px;
    background-color: transparent;
}

#swagger-ui.api-platform .info .title {
    color: #e53c21;
}
.swagger-ui .btn.authorize {
    background-color: transparent;
    border-color: #e53c21;
    color: #e53c21;
    display: inline;
    line-height: 1;
}
.swagger-ui .btn.authorize svg {
    fill: #e53c21;
}