.wmg .jumbotron {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
    background-color: #fff;
}
@media (min-width: 768px) {
    .jumbotron {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron-heading {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

.wp-mail-gateway-plugin-adminpage .card {
    max-width: 100%;
}

#wmg_provider_configuration h5.card-title span{
    font-weight: bold;
    color: green;
}

button .wmg-ajax-loader-test-config{
    display: none;
    vertical-align: text-bottom;
}