.form-group label,
.form-check label {
    font: 500 18px 'Roboto', sans-serif;
    color: var(--black);
}

.form-group .form-control {
    border-color: rgb(205, 205, 205);
}

.toolbar-bottom{
    display: none;
}

.color-grey {
    color: #6c6c6c !important;
}

.button-submit-custom {
    background-color: #00ac69;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    transition: all .3s ease;
}

@media (max-width: 767.98px) {

    .page-header {
        padding-top: 96px;
    }

}
