.card-header{
    background-color: #007bff !important;
    color: #FFF !important;
}
.required:after {
    content: "*";
    color: red;
}

.disabled {
    cursor: not-allowed;
}

.btn-block{
    margin: 5px;
}
