.badge {
    font-size: 14px;
}

.badge-close{
    margin-left: 10px;
}

.caption-badge{
    padding: 10px;
    line-height: 25px;
}

body {
    background-image: url("/f-check/public/img/background-image.jpeg")!important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

body.sidebar-mini {
    background-image: url("/f-check/public/img/background-image.jpeg")!important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.content-wrapper {
    background: transparent !important;
}

.custom-bg-login {
    background-color: #6BB332 !important;
}

.custom-button-login {
    background-color: #2a2929 !important;
    color:white !important;
}

