.api_background {
    background: url(img/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
}

#bln-api-ajax-content-div p{
    color: whitesmoke !important;
    text-shadow: 1px 1px 1px black;

}

#bln-api-ajax-content-div h2{
    color: whitesmoke;
    text-shadow: 1px 1px 1px black;
}
select {
    min-width: 190px;
}