form {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}


#registerButton {
    display: block;
    margin: 18px auto auto;
    max-width: 200px;
    padding: 20px;
    background-color: var(--theme-primary);
    transition: 0.2s;
    color: white;
    font-size: 18px;
    border-radius: 0px;
    width: 100%;
}

#registerButton:active {
    box-shadow: none;
}

#registerButton:hover {
    background-color: #052757;
}

#containerWrapper {
    padding: 0px 0px;
}

#statisticsContainer {
    text-align: center;
}

#statisticsContainer i {
    color: var(--theme-primary);
}

#statisticsContainer span {
    color: #737373;
    font-size: 26px;
    font-weight: bold;
    margin-top: 66px;
}

#statisticsContainer h2 {
    margin: 98px 0px;
    font-size: 38px;
    color: #737373;
}

#statisticsContainer div.statistic {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#containerWrapper {
    padding-bottom: 64px;
}


#statisticsContainer span {
    font-size: 22px;
    margin-top: 36px;
}

div.w-100 {
    width: 100%!important;
}

div.statistic {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 26px;
    }

    #statisticsContainer h2 {
        margin: 82px 0px;
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    #containerWrapper {
        padding: 0px 40px;
    }

    #statisticsContainer h2 {
        font-size: 30px;
        margin: 80px 0px;
    }

    #statisticsContainer span {
        font-size: 18px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    #statisticsContainer div.row {
        margin: 0px;
        width: 100%;
    }

    #statisticsContainer h2 {
        font-size: 30px;
        margin: 74px 0px;
    }

    #statisticsContainer span {
        font-size: 18px;
        margin-top: 30px;
    }

    #containerWrapper h2 {
        font-size: 30px;
    }
}
#containerWrapper p#statisticsContainerHeader {
    font-size: 22px;
    margin-top: 36px;
    padding-top: 10px;
    text-align: center;
    color: #737373;
    font-weight: bold;
}

h1#heading {
    padding-top: 23px;
}

.main_content {
    padding-bottom: 20px;
}

@media (max-width: 575px) {
    #statisticsContainer div.row {
        margin: 0px;
        width: 100%;
    }

    #statisticsContainer h2 {
        font-size: 18px;
        margin-top: 38px;
        margin-bottom: 30px;
    }


    #statisticsContainer span {
        font-size: 14px;
        margin-top: 22px;
    }

    #containerWrapper {
        padding-bottom: 28px;
    }

    #containerWrapper h2 {
        font-size: 22px;
    }

    #banner h1 {
        margin-bottom: inherit;
    }
    #banner h3 {
        margin-top: inherit;
        padding-left: inherit;
    }
}