@font-face {
    font-display: swap;
    font-family: "adidasFG";
    font-style: normal;
    font-weight: 100 900; /* Allows any weight between 100 and 900 */
    src: url("/fonts/adidasFG-CompressedBold.woff2") format("woff2"), 
        url("/fonts/adidasFG-CompressedBold.woff") format("woff")
}

html {
    font-size: 1rem;
    font-family: "adidasFG";
}

html {
    height: 100%;
    background-color: #fff;
    color: #000;
}

body {
    background-color: #fff;
    color: #000;
    margin: 0;
    height: 100%;
    font-family: "adidasFG";
}

.flex-container {
    height: 100%;
    padding: 1.5rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-wrapper {
    max-width: 500px;
    margin: 0 auto;
}


h1, h2, h3, h4 {
    font-family: adidasFG;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
}

h1 {
    font-size: 3rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2rem;
    line-height: 2rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 2rem;
}

h4 {
    font-size: 2rem;
}



p {
    font-family: adidasFG;
    font-size: 1rem;
    text-align: center;
    font-weight: 300;
}

    p.desc {
        margin-bottom: 1rem;
        font-size: 1.25rem;
        line-height: 1.25rem;
    }

@media (min-width: 768px) {
    h2 {
        font-size: 2rem;
    }
}

#logo {
    width: 155px;
    display: block;
    text-align: center;
    margin: 2rem auto 0 auto;
    padding-bottom: 45px;
}


@media (min-width: 768px) {
    #logo {
        width: 155px;
        display: block;
        text-align: center;
        padding-bottom: 38px;
    }
}

.cta-wrapper {
    display: flex;
    justify-content: center;
    margin: 0;
}

.cta {
    background-color: #000;
    color: #fff;
    text-align: center;
    width: 150px;
    text-decoration: none;
    margin: 2rem;
    padding: 0.25rem;
    align-content: center;
    letter-spacing: 2px;
}

address {
    text-align: center;
    margin-top: 3rem;
}

input.form-control {
    border-radius: 0;
    text-transform: uppercase;
}

.input-group-text {
    border-radius: 0;
    background-color: #000;
    padding: 0;
    border: none;
}

.btn {
    border: solid 1px #fff;
    border-radius: 0;
    font-family: adidasFG;
    font-size: 1rem;
    color: #fff;
    margin-left: 1rem;
}

.btn:hover {
    border: solid 1px #fff;
    color: #fff;
}

.success, .error {
    text-align: center;
    font-size: 1rem;
    font-family: adidasFG;
    text-transform: uppercase;
}

.success {
    color: green;
}
.error {
    color: red;
}
