@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    src: url("../fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
}
h1, h2, legend {
    font-family: "Montserrat", sans-serif;
    font-weight: 900 !important;
}
h1  {
    font-size: 2rem !important;
}
h2 {
    font-size: 1.4rem !important;
}
legend {
    line-height: 1.2 !important;
}
#main-container {
    /*max-width: 960px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}
fieldset, .header {
    max-width: 960px;
    margin-left: auto !important;
    margin-right: auto !important;
}
fieldset.fullwidth {
    max-width: inherit;
    overflow-x: auto;
}
.bg-green {
    background-color: #a2c617;
}
.bg-gradient {
    background-repeat: no-repeat;
}
table thead tr {
    text-align: center;
}
.form-check-input:checked {
    background-color: black!important;
}

.form-check-input:checked:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}
.form-check-input:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}
.form-check-input:active {
    background-color: #333333;
}
