﻿
#account {
    background: url(/img/hero-bg.jpg) center center;
    background-size: cover;
}

    #account .account-container {
        min-height: 75vh;
        /*margin-top: 3rem;*/
        /*display: flex;*/
        /*align-items: center;*/
        /*flex-direction: column;*/
    }

        #account .account-container .modal-body .modal-footer {
            /*offset padding when footer is inside the body*/
            margin: -1rem;
            /*margin-bottom: 0;*/
            /*margin-top: 1.5rem;*/
            border-radius: 0;
        }

        #account .account-container section {
            padding: 0;
        }
