
.pull-right{
    float: right!important;
}

.btn-primary {
    color: #fff;
    background-color: #001A6C;
    border-color: #001A6C;
}

body {
    background: #FFFFFF;
}
.main::before {
    content: '';
	width:100%;
	height:200vh;
	background: transparent linear-gradient(322deg, #FFFFFF 0%, #F1F0FE 100%) ;
	display:inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.brand-image{
    width: 250px;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    margin-left:-8px;
}

#swagger-ui .wrapper {
        padding: 0!important;
    }