.picedit{
border: 5px solid #555;
border-radius: 50px;
display: block;
margin-left: auto !important;
margin-right: auto !important;
width: 50% !important;
}
.btnedit{
background-color: #d60644;
    border: 1px solid #c10a28;
    color: white;
    padding: 10px 24px;
    cursor: pointer;
    width: 50%;
    border-radius: 50px;
}
.btnedit:hover{
  background-color:#d60644c2;
  color: white;
}