/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px;
    min-height: 100vh;
    min-height: 100dvh;
}

body.paymaster {
    padding-top: 0;
}

.business-header {
    height: 400px;
    background-size: cover;
}
@media (max-width: 480px) {
    .business-header {
        height: 200px;
        
    }
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 40px 0 -1px;
    padding-bottom: 20px;
    background-color: #1f4e4b;
    color: #fff;
    position: sticky;
    top: 100vh;
    top: 100dvh;
}

.form-group-url {
    position:absolute;
    height:1px;
    width:1px;
    overflow:hidden;
    clip:rect(1px, 1px, 1px, 1px);
}

.alert:has(> i.fa-2x) {
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    align-items: center;
    grid-column-gap: 15px;
}