.navbar {
    display: none !important;
}

main {
    height: 100%;
    width: 100%;
}

#referral-thank-you-body,
#referral-thank-you-header,
#refer-another-friend-button {
    display: none;
}

#refer-another-friend-button {
    width: 100%;
}

.hero {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
}

.form-container {
    width: 100%;
    height: 100%;
    background-color: #00B1E1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.form-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 24px;
}

.burn-logo-desktop {
    display: none;
}

.burn-logo-mobile {
    display: block;
    width: 227.976px;
    margin: 24px;
}

.img-container {
    width: 100%;
    height: 373px;
}

.referral-header {
    font-family: league_gothicregular;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    color: black;
}

.referral-body {
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    color: black;
    margin-bottom: 16px;
    margin-top: 8px;
}


a {
    color: black;
    font-weight: 500;
    text-decoration: underline;
}


@media screen and (min-width: 1024px) {
    .form-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        max-width: 696px;
        width: 100%;
        padding: 0;
    }

    .form-container {
        width: 50%;
        height: 100%;
        background-color: #00B1E1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-right: 2em;
        padding-left: 24px;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .referral-header {
        font-family: league_gothicregular;
        font-size: 80px;
        font-style: normal;
        font-weight: 400;
        line-height: 90%;
        text-transform: uppercase;
        color: black;
    }

    .referral-body {
        margin-top: 23px;
        margin-bottom: 30px;
    }

    .burn-logo-desktop {
        display: block;
        width: 342.361px;
        margin-bottom: 32px;
    }

    .burn-logo-mobile {
        display: none;
    }

    main {
        height: 100vh;
    }

    .hero {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        min-height: 100vh;
    }

    .img-container {
        width: 50%;
        height: auto;
        min-height: 100vh;
    }

    .form-container {
        width: 50%;
        display: flex;
        align-items: center;
        padding: 40px;
        min-height: 100vh;
    }

    .burn-logo {
        width: 342.361px;
    }

    #refer-another-friend-button {
        width: fit-content !important;
    }
}

@media screen and (min-width: 1690px) {
    .form-container {
        width: 50%;
        height: auto;
        background-color: #00B1E1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        padding-right: 5em;
        padding-left: 24px;
    }
}