.formRow {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
}

.panelBannerLG {
    text-align: center;
    height: 100%;
    width: auto;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panelBannerLG > p {
    font-size: 20px;
}