#img-form{
        position: relative;
        width: 200px; 
        left: 50%;
        top: -10px;
        height: 180px;
        background-size:cover;
        background-repeat:no-repeat;
        border-radius:10px;
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
        background-image: url(https://banffventureforum.com/wp-content/uploads/2019/08/No-Image.png);
        transform: translateX(-50%);
    }