.panel-footer {
    right: 1%;
    bottom: 0;
    left: 1%;
}

/* xs < 768 */
@media screen and (max-width: 767px) {
    .panel-footer {
        right: 4.5%;
        left : 4.5%;
    }
}
#productForm label {
    text-align: right;
}

#productForm .panel-heading {
    background-color: #0081AF;
    color: white;
}

.product-image-card {
    height : 100px;
}

.product-image {
    width:100%;
    max-height:50px;
    cursor: pointer;
}