.profile-pic-div {
    height: 150px;
    width: 150px;
    position: relative;
    /* top: 60%; */
    left: 50%;
    transform: translate(-50%,-50%);
    /* border-radius: 50%; */
    /* overflow: hidden; */
    border: 1px solid grey;
    margin-top: 100px;
    margin-bottom: -60px;
}

#profile-pic-div{
    height: 80px;
    width: 150px;
    overflow: hidden;
    border: none;
    margin-top: 30px;
    margin-bottom: -45px;
}

#photograph, #signature{
    height: 100%;
    width: 100%;
}

.file{
    display: none;
}

.uploadBtn{
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    color: wheat;
    line-height: 30px;
    font-family: sans-serif;
    font-size: 15px;
    cursor: pointer;
    display: none;
}
