.img-thumb{ width: 100px!important; }
.toast{position: absolute;top: 50px;right: 20px;z-index: 9999;min-width: 200px;}
.form-group.required label:after {
  content:"*";
  color:red;
}

/*view users file changes*/
.bg-color{
    background-color: #2d758b2e ;      /*#662d8b2e; */
}
.user-p{
    margin-bottom: 4px;
}
.user-img{
    border-radius: 4px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 40px;
}

.credential-div {
    margin-bottom: 30px;
}
.btn{
    padding: 4px 30px !important;
}
.placement-center{
    text-align: center;
}
.card-primary:not(.card-outline)>.card-header {
    background-color: #343a40b3 !important;
}