/*header::before {
    background-color: #333;
    background-image: url(../images/auth-one-bg.jpg);
    background-position: center;
    background-size: cover;
}
header #logo {
    right: 50%;
}
header #logo img {
    height: 100px;
    background-color:  transparent !important;
}
#swagger-ui.api-platform .information-container.wrapper {
    background-color: #333;

}
.swagger-ui .info li, .swagger-ui .info p, .swagger-ui .info table{
    color: #FFFFFF;
}


#swagger-ui.api-platform .info .title {
    color: #eade00;
}*/
/*
.swagger-ui .scheme-container {
    background-color: #333;
}*/
/*.swagger-ui .btn.authorize {
    background-color: transparent;
    border-color: #eade00;
    color: #eade00;
}
.swagger-ui .btn.authorize svg {
    fill: #eade00;
}

#swagger-ui.api-platform .btn.execute  {
    background-color: #eade00;
    border-color: #eade00;
}

#swagger-ui.api-platform .btn.execute:hover, #swagger-ui.api-platform .btn.execute:active{
    color: #333;
    background-color: #eade00;
    border-color: #eade00;
    opacity: 0.8;
}*/

.auth-logo{
    background-color:rgba(255, 255, 255, 0.8);
    border-radius: 0.25rem;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}