html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    body {
        margin: auto;
        width: 1170px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

h1 {
    padding: 25px;
}

table {
    width: 100%;
}

.label {
    font-weight: 700;
}

label {
    font-weight: 500;
}

.Header {
    background-color: #B11116;
    width: 100%;
    padding:10px;
}

/*.row {
    content: "";
    display: table;
    clear: both;
    margin: auto;
}*/

.column {
    float: left;
    width: 33.333%;
}

.indexform {
    width: 80%;
}

.footer {
    position: unset;
    line-height: unset;
}
.footer-spacing {
    line-height: 1.5; /* Adjust the line-height to reduce spacing */
}

.form-group {
    margin: auto;
    align-content:flex-start;
}

.form-row {
    padding-bottom: 10px;
}

.description {
    padding-bottom: 25px;
}
.btn {
    background-color: #B11116 !important;
    border-color: #B11116 !important;
    color: #fff !important;
}
.btn:hover, .btn:focus, .btn:active {
    background-color: #69090c !important;
    border-color: #69090c !important;
    color: #fff !important;
}
