@page {
    size: letter portrait;
    margin: 0.1in;
}

body,
.fs-6 {
    font-size: 12px !important;
}

.h1 {
    font-size: 30px;
}

.h2 {
    font-size: 24px;
}

.h3 {
    font-size: 21px;
}

.h4 {
    font-size: 18px;
}

.h5 {
    font-size: 15px;
}

.h6 {
    font-size: 12px;
}

.container {
    max-width: 100%;
}

.form-page {
    display: block !important;
}

.page-break {
    page-break-before: always;
}

.form-control,
.form-select,
.input-group-text {
    font-size: 12px;
    border-width: 0 0 1px 0;
    border-radius: 0;
    padding-left: 0;
    padding-bottom: 0;
    background-color: #fff;
} 

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: 0;
}

.form-label {
    margin-bottom: 0;
}

.form-check {
    min-height: 0;
    margin-bottom: 0;
}