/* Custom */
html, body {
    background-color: #f9f9f9;
    font-family: "Barlow";
    font-weight: 100;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

a {
    color: #007bff;
}

    a:hover {
        color: lightgrey;
    }

.bg-success {
    background-color: #86b754 !important;
}

@media screen and (min-width: 992px) {
    .custom-logo-container {
        border-right: none !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .custom-form-container {
        border-left: none !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
}


.btn-sample {
    color: #FFFFFF;
    background-color: #86B754;
    border-color: #86B754;
}

    .btn-sample:hover,
    .btn-sample:focus,
    .btn-sample:active,
    .btn-sample.active,
    .open .dropdown-toggle.btn-sample {
        color: #FFFFFF;
        background-color: #68943D;
        border-color: #86B754;
    }

    .btn-sample:active,
    .btn-sample.active,
    .open .dropdown-toggle.btn-sample {
        background-image: none;
    }

    .btn-sample.disabled,
    .btn-sample[disabled],
    fieldset[disabled] .btn-sample,
    .btn-sample.disabled:hover,
    .btn-sample[disabled]:hover,
    fieldset[disabled] .btn-sample:hover,
    .btn-sample.disabled:focus,
    .btn-sample[disabled]:focus,
    fieldset[disabled] .btn-sample:focus,
    .btn-sample.disabled:active,
    .btn-sample[disabled]:active,
    fieldset[disabled] .btn-sample:active,
    .btn-sample.disabled.active,
    .btn-sample[disabled].active,
    fieldset[disabled] .btn-sample.active {
        background-color: #68943D;
        border-color: #86B754;
    }

    .btn-sample .badge {
        color: #86B754;
        /*        color: #1a2044;*/
        background-color: #FFFFFF;
    }
