body {
    background-image: url(../../../images/pgm-logo-2018-max-20.png);
    background-size: 150vh;
    background-position-x: center;
    background-position-y: -24vh;
    margin-bottom: 0 !important;
    padding-top: 30px !important;
}

label {
    font-weight: normal;
}

.help-block {
    margin-bottom: 0;
}

.ie-fallback {
    display: none;
}

.pgm-container {
    width: 600px;
    height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

.centered {
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.75);
    border-radius: 2px;
    z-index: 1020;
    background-color: white;
}

.pgm-cluf {
    display: block;
    text-align: center;
}

@media(min-width: 425px) {
    .centered {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

    .pgm-content-xs {
        width: 400px;
    }
}

.pgm-content {
    display: block;
    margin-bottom: 0px;
}

.border-top {
    border-radius: 4px 4px 0 0;
}

.border-bottom {
    border-radius: 0 0 4px 4px;
}

.pgm-content > img {
    border-top-left-radius: 4px;
}

.pgm-content > .pgm-content-header {
    width: 100%;
    height: 48px;
    background-color: #31538A;
    text-align: center;
}

    .pgm-content > .pgm-content-header h2 {
        font-size: 18px;
        line-height: 48px;
        margin: 0 10px 0 10px;
        display: inline-block;
        color: #FFFFFF;
    }

    .pgm-content > .pgm-content-header .align-center {
        text-align: center;
        display: block;
    }

    .pgm-content > .pgm-content-header .logo {
        height: 36px;
        margin: -2px 0px 2px 10px;
        padding: 0;
    }

.pgm-muni-logo-container {
    display: inline-block;
    text-align: center;
    padding: 5px;
    width: 33%;
    display: table-cell;
    vertical-align: middle;
    height: 125px;
}

.pgm-content > .pgm-muni-header {
    width: 100%;
    display: table;
    table-layout: fixed;
}

    .pgm-content > .pgm-muni-header span {
        white-space: nowrap;
    }

.pgm-muni-header-row {
    display: table-row;
}

.pgm-muni-text-container {
    width: 66%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pgm-content:not(.transparent) {
    background-color: white;
}

.pgm-content > .pgm-muni-header h2 {
    text-align: center;
    font-size: 18px;
}

.pgm-content > .pgm-muni-header .muni-logo {
    max-width: 132px;
    max-height: 132px;
    padding: 2.5px;
}

.pgm-content > .pgm-content-body {
    padding: 20px 20px 0 20px;
}

.pgm-content > .pgm-content-footer {
    width: 100%;
    height: 45px;
    background-color: rgb(211, 211, 211);
}

    .pgm-content > .pgm-content-footer button {
        height: 35px;
        margin-top: 5px;
        background-color: #31538A;
        color: #FFFFFF;
        border: none;
        display: inline-block;
        vertical-align: middle;
        border-radius: 2.5px;
    }

        .pgm-content > .pgm-content-footer button:hover {
            background-color: #6F6F6F;
        }

    .pgm-content > .pgm-content-footer .gray {
        background-color: gray;
    }

    .pgm-content-body:last-child {
        margin-bottom: 0;
        padding-bottom: 15px;
    }

@media(max-width: 426px) {
    body {
        margin: 0;
        padding: 0 !important;
    }

    .centered {
        background-color: transparent;
        box-shadow:none;
        border:none;
    }

    .pgm-content-xs {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .pgm-content > .pgm-content-header h2 {
        font-size: 15px;
    }

    .pgm-muni-logo-container {
        width: 100%;
        display: block;
        height: auto;
    }

    .pgm-muni-text-container {
        width: auto;
        display: block;
    }

    .pgm-content > .pgm-muni-header h2 {
        text-align: center;
        display: block;
        padding: 0;
        margin: 5px 0;
    }
}