/* Minification failed. Returning unminified contents.
(39,21): run-time error CSS1039: Token not allowed after unary operator: '-EnVOIFormTextArea-Color'
 */
div#LandingPanel {
    width: 421px;
    position: relative;
    margin: 0px;
    left: 50%;
    top: calc(50vh - 100px);
    transform: translate(-50%, -50%);
}
#frmLanding {
    display: block !important;
}
#HeaderLabel {
    font-size: x-large;
    display: block !important;
    text-align: center;
}

#imgVeriTax {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div#GenericMessagePanel {
    min-width: 500px;
    width: 500px;
    height: auto;
}

    div#GenericMessagePanel .EnvoiFormLabel {
        vertical-align: top;
    }

    div#GenericMessagePanel .EnvoiFormTextArea {
        resize: none;
        width: 475px;
        border: none;
        font-size: 16px;
        background: none;
        color: var(--EnVOIFormTextArea-Color);
    }

    div#GenericMessagePanel .EnvoiFormButton {
        width: auto;
        min-width: 120px;
    }

