body{background:#f5f5f5;}

.form-control {  border: 1px solid #7b7d7d !important;}

.card{    border-radius:15px;}

.profile-card{
    max-width:500px;
    margin:auto;
    margin-top:50px;
    padding:0px;
    border-radius:15px;
	border:1px solid #0d6efd;
    box-shadow:0 0 20px rgba(0,0,0,0.1);
    text-align:center;
}
.profile-img{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
}
.logo-img{
    width:80px;
}


.profile-card h3{
background: #0d6efd;  padding: 10px;  color: #fff;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}