.input {
    /*border: 1px solid #000000;
    border-radius: 0px !important;
    padding: 1em 1.5em 1em 1.5em;
    width: 100%;*/
}
.custom-select{
    /*border: 1px solid #000000;
    border-radius: 0px !important;
    height: 3.6em;
    width: 100%;*/
}


.custom-control-indicator{
    border: 1px solid #000000;
    border-radius: 0px !important;
    height: 2em;
    width: 2em;
    margin-right: 3em;
    background-color: white;
}
.button-yellow {
    /*background-color: #e6b000;
    padding: 1em 1.5em 1em 1.5em;
    border-radius: 0 !important;
    color: white;
    letter-spacing: 0.0625em;
    display: inline-block;
    text-align: center;*/
    background-color: #47723d;
    padding: 1em 1.5em 1em 1.5em;
    border-radius: 0 !important;
    color: white;
    letter-spacing: 0.0625em;
    display: inline-block;
    text-align: center;
}

    .button-yellow:hover {
        /*background-color: #EDC339;*/
        background-color: #e6b000;
    }

.button-green {
    background-color: #47723d;
    padding: 1em 1.5em 1em 1.5em;
    border-radius: 0 !important;
    color: white;
    letter-spacing: 0.0625em;
    display: inline-block;
    text-align: center;
}
    .button-green:hover {
        background-color: #e6b000;
    }

.button-secondary {
    background-color: white;
    padding: 1em 1.5em 1em 1.5em;
    border-radius: 0 !important;
    color: black;
    letter-spacing: 0.0625em;
    display: inline-block;
    text-align: center;
}
.button-secondary:hover {
    color: gray;
}
@media screen and (max-width: 992px) {
    .custom-select{
        margin-bottom: 1em;
    }
}