﻿body {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}

.main-container {
    background-color: #ededed !important;
    height: auto;
}

.inner-container {
    border-top: 3px solid green;
    background-color: #00824e !important;
    height: 100%;
}

.header-logo-text {
    background-color: inherit;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
}

    .header-logo-text img {
        height: 150px;
        width: 102%;
    }

    .header-logo-text h1 {
        position: relative;
        top: 20px;
        font-size: 40px;
        color: #00824e;
        font-family: URW Chancery L, cursive;
    }

    .header-logo-text h3 {
        position: absolute;
        top: 63px;
        left: 500px;
        font-size: 15px;
        color: #00824e;
        font-family: URW Chancery L, cursive;
    }

    legend{
        color:white;
    }

.header-link {
    display: flex;
    justify-content: center;
    position: relative;
    top: 20px;
}

    .header-link p, .header-link a {
        color: white;
        font-weight: 200;
        font-size: 25px;
        font-family: Andale Mono, monospace;
        text-decoration: none;
    }

.header-marquee marquee {
    font-size: 16px;
    position: relative;
    top: 30px;
    font-family: Andale Mono, monospace;
    color: white;
}

.msg-div {
    font-family: Andale Mono, monospace;
    font-size: 18px;
}

.form-container {
    font-family: Andale Mono, monospace;
}

.form {
    padding: 0px 20px;
}

    .form label {
        font-size: 15px;
    }

    .form select {
        font-size: 13px;
    }

    .form input {
        font-size: 15px;
    }

.button-div {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.footer p {
    font-size: 15px;
    font-family: Andale Mono, monospace;
    text-align: center;
}

.instruction ul {
    font-size: 15px;
}

.submitAndPay {
    float: right;
    margin: 20px 0px;
}

.payLabel {
    font-size: 24px !important;
}

@media(max-width:687px) {
    .submitAndPay {
        float: right;
        margin: 10px -20px !important;
    }

    .inner-container {
        margin: 0px 30px;
    }

    .header-logo-text {
        display: block !important;
    }

        .header-logo-text img {
            height: 100px;
            width: 100%;
        }

        .header-logo-text h1 {
            position: relative;
            left: 5px;
            top: 3px;
            font-size: 25px;
            text-align: center;
        }

        .header-logo-text h3 {
            position: absolute;
            top: 132px !important;
            left: 40px !important;
            font-size: 15px;
            color: #00824e;
            font-family: URW Chancery L, cursive;
        }

    .header-link {
        position: relative;
        left: 0px;
        top: 20px;
    }

        .header-link p, .header-link a {
            font-size: 19px;
            text-align: center;
        }

    .form {
        margin: 0px -10px;
    }

    .button-div {
        margin-top: 0px !important;
        display: flex;
        flex-direction: column;
    }

        .button-div .res {
            margin-top: 20px !important;
        }

    .payLabel {
        font-size: 22px !important;
    }
}
