﻿.container {
    bottom: 50px;
    margin: 0 !important;
    max-width: 550px !important;
    position: absolute;
    right: 50px;
}

.card.o-hidden.border-0.shadow-lg.my-5 {
    margin-bottom: 0 !important;
}

.inner-form_wrapper {
    margin: auto;
    padding: 0 40px;
}

.p-5 {
    padding: 3rem 0 !important;
}

.tenant_name {
    color: #43454e;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.tenant_headline {
    color: #43454e;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.flex_side-by-side {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#BtnJumpIn {
    background-color: #4e73df;
    border-color: #4e73df;
    border-radius: 1rem;
}

@media only screen and (max-width: 600px) {
    .fox_background {
        background-image: none !important;
    }

    .container {
        align-items: center;
        display: flex;
        height: 100vh;
        justify-content: center;
        margin: auto !important;
        position: initial;
    }

    .inner-form_wrapper {
        padding: 0 20px;
    }

    .tenant_name {
        font-size: 32px;
    }

    .tenant_headline {
        font-size: 18px;
        margin-bottom: 50px;
        text-align: center !important;
    }

    .p-5 {
        padding: 0 !important;
    }

    #BtnJumpIn {
        margin: 0 auto 50px;
        max-width: 100%;
    }
}