/**
 * signup.css
 *
 * This file provides all of the css styling for the slimmed down signup form
 *
 * PHP version 8.3+
 *
 * @author     Steven Mueller <steven@fegcorp.com>
 * @copyright  2025 Freedom Equity Group
 * @version    SVN: $Id: signup.css 1537 2025-05-30 15:18:13Z steven $
 */

.full-width-banners {
    display: flex;
}

.full-width-banners img {
    flex: content;
    width: 100%;
    width: -webkit-fill-available;
}
