.user-img{
	border-radius: 50px;
    height: 50px;
    width: 50px;
    margin: 0 25px 0 25px;
    image-rendering: -webkit-optimize-contrast;
}
.back-btn{
	    font-style: italic;
    border: none;
    background-color: transparent;
    font-size: x-small;
    color: gray;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}