﻿.splash-section {
    background-color: #f8f9fa;
    padding: 2rem;
    text-align: center;
}

    .splash-section img.logo {
        max-width: 150px;
        margin-bottom: 1rem;
    }

    .splash-section .quote {
        font-style: italic;
        margin-top: 1rem;
    }

.splash-section-dark {
    background-image: url('/images/background_luxury_black_300.png'); /* replace with your image path */
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    min-height: 100vh;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

    .splash-section-dark > * {
        position: relative;
        z-index: 1;
    }

.form-section {
    padding: 2rem;
}

    .form-section .form-header {
        margin-bottom: 1rem;
    }

    .form-section .form-label {
        font-weight: 600;
    }

    .form-section .form-text {
        font-size: 0.875rem;
        color: gray;
    }

.logo-top-left {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 64px; /* adjust as needed */
    height: auto;
    z-index: 2;
}

container-fluid .container-fluid-no-left-padding {
    padding-left: 0px !important;
}
