label.required::after {
    content: "*";
    color: red
}


[class*=col-md]{
    margin-bottom:10px;
}
.card-header {
    margin-bottom: 10px !important;
}
.btn-primary:hover {
    background-color: #0057B7 !important;
    border-color: #0057B7 !important;
}
.user-profile-header-banner{
margin-bottom:30px;

}
.modal-body li{
    line-height:23px;
    margin-bottom:10px;
}

strong{
    font-weight:700;
}