.split-container {
    display: inline-block;
    margin-inline: auto;
    min-width: 40vw;
    height: fit-content;
    vertical-align: top;
    text-align: left;
}

.small-scaling-spacer {
    display: inline-block;
    min-width: 0.5vw;
}

.wide-input-box {
    width: 80vw;
    height: 48px;
}

.fit-input-box {
    width: 39vw;
    height: 48px;
}

.tall-input-box {
    height: 148px !important;
}

.bottom-margin {
    margin-bottom: 32px;
}

.small-bottom-margin {
    margin-bottom: 16px;
}

.center-form {
    width: fit-content;
    margin-inline: auto;
}

.submit-button {
    line-height: 1.6rem;
    font-size: 1.1rem;

    margin-top: 0;
    margin-left: 0;
}

form p {
    margin: 0;
}

form textarea{
    resize: none;
}

form * {
    line-height: 1.6rem;
    font-size: 1.1rem;
}

.form-error {
    border-color: red;
    border-style: solid;
}

.form-error-text {
    display: block;
    margin-top: -32px;
    color: red;
    max-width: 30vw;
}

.small-form-error-text {
    display: block;
    margin-top: -16px;
    color: red;
}

#website {
    display: none;
}

@media screen and (max-width: 1000px) {
    .full-input-box {
        width: 90vw;
    }

    .small-scaling-spacer {
        display: none;
    }

    .fit-input-box {
        width: 80vw;
    }
}