html {
    height: 100%;
}
.green-box {
    width: 100%;
    /*height: auto;*/
    min-height: 100vh;
    border-style: solid;
    border-color: #01673f;
    border-width: 1.75em;
}

.pad-report {
    padding: 2em;
}

.vertical-form {
    display: inline-block;
    text-align: justify;
}

.report-form {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.logo-reports {
    display: inline-block;
    padding-left: 2em;
    padding-top: 2em;
}

.report-item {
    width: 50%;
    padding: 5px;
}

.report-item-single {
    width: 100%;
    padding: 5px;
}

.report-title {
    text-align: center;
}

.report-group {
    display: inline-block;
    width: 100%;
}
