.modal-content {
    color: #fff;
    border: none;
    background: transparent;
}

.product-detail li {
    list-style: none;
}

.pricing-header {
    font-size: 16px;
    line-height: 17px;
}

#logo-ds {
    height: 150px;
}

input.error, input.error:focus {
    border: 1px solid red;
    box-shadow: 0 0 0 .25rem rgba(255, 0, 0, .25);
}

@media (max-width: 768px) {
    #logo-ds {
        height: 100px;
    }

    form label {
        margin-bottom: 4px !important;
        font-size: 14px;
    }

    .container-logo {
        margin-bottom: 12px !important;    }
}