.profile-photo-container{
    margin-bottom:20px;
    padding:5px;
    border:1px solid rgba(47, 47, 47, 0.55);
    width:112px;
    cursor:pointer;
}

.centered{
    text-align:center;
    margin-top:5px
}

.profile-photo{
    height : 120px;
    width : 100px;
    background-color: #1A9FE3;
}

.we-photo{
    width:100%;
    height:100% !important;
}

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}