﻿#mainIndex {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 59vw;
    padding: 20px;
}

#mainIndex .row.row-gap {
    margin-top: 20px;
}

#mainIndexLeftContainer {
    text-align: center;
    font-size: 2.5em;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
    position: relative;
    height: 200px;
}

#mainIndexRightContainer {
    font-size: 2em;
    height: 200px;
}

#mainInviteCode {
    display: inline-block;
    width: 62%;
    height: 64px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    background-image: none;
    border: none;
    border-bottom: 1px solid white;
    background: rgb(0 0 0 / 45%);
    color: white;
    border-radius: 0;
    outline: none;
}

#mainInviteCode::placeholder {
    color: #c7c7c7;
}

#statusText {
    display: none;
    font-size: 0.75em;
    margin-top: 20px;
}

#autorsvpLogo {
    width: 350px;
}

#getMyOfferBtn {
    padding: 21px;
    font-size: 1.5rem;
    margin-left: 20px;
}

@media screen and (max-width: 1376px) {
    #autorsvpLogo {
        width: 215px;
    }

    #mainIndex {
        width: 100vw;
        top: 40%;
    }

    #mainIndexLeftContainer, #mainIndexRightContainer {
        height: 110px;
    }

    #mainIndexLeftContainer {
        margin-top: -70px;
    }

    #mainIndexRightContainer {
        margin-top: -25px;
    }

    #mainInviteCode {
        width: 100%;
    }

    #mainIndexLogoContainer {
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #getMyOfferBtn {
        margin-top: 20px;
        width: 100%;
        margin-left: unset;
    }
}