input.np_edit_this_button {
    display:inline;
    background: rgb(255, 0, 111);
    border: none;
    color: #fff; 
    border-radius: 50%;
    width: 150px;
    height: 150px;
    font-weight:600;
    text-transform:uppercase;
    transform: translate(30px, -125px);
    padding: 110px 50px 0 50px ;
    opacity: .8;
}

form.np_button_form {
    display:inline;
}

