.auth-bg {
    background-image: url(/assets/images/background/bg-auth-dark.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.auth-bg .card {
    border-radius: 10px;
}

.btn-rounded {
    border-radius: 5px !important;
}

.radio-success:checked {
    background-color: #1cbb8c;
    border-color: #1cbb8c;
}

.radio-warning:checked {
    background-color: #fcb92c;
    border-color: #fcb92c;
}

.radio-danger:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-block {
    width: 100%;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    background-color: white;
    /*color: #495057 !important;*/
}

.bootstrap-select {
    border: 1px solid #ced4da;
}

.filter-option-inner-inner {
    color: #495057;
}

.btn-input {
    border: 1px solid #ced4da;
}

.custom-input-date{
    border: 2px solid #f0f0f0 !important;
    border-radius: 3px !important;
    min-height: 40px !important;
}

.margin-label{
    margin-bottom: 30px !important;
}
