form h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}

#dropclient-list {
    position: absolute;
    top: -99999px;
}

.form-control {
    padding: 18px 14px !important;
    height: 30px !important;
    border-radius: 0px !important;
    background: #fff !important;
}

textarea.form-control {
    height: auto !important;
}

.wpcf7-radio.form-control {
    border: none !important;
    height: auto !important;
    box-shadow: none !important;
    padding: 0px !important;
}

.upload-area {
    height: 50px;
    background: #ececec;
    margin: 20px 0;
    position: relative;
}

.upload-area label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #75b4e8;
    z-index: 5;
    display: block;
    color: #fff;
    font-weight: bold;
}

.upload-area label span {
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.progress-bar {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 10;
    bottom: 0;
    top: 0;
    width: 0%;
    background: #75b4e8;
    opacity: 0.5;
}

.upload-area label.disabled {
    background: #f1f1f1;
    color: #2a2a2a;
}

.upload-area label:hover {
    cursor: pointer;
    opacity: 0.9;
}

.upload-area label input {
    opacity: 0;
}

#upload-progress.show-loading {
    height: auto;
    display: block;
    padding: 20px;
    background: #f9f9f9;
}

#upload-progress ul {
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* Safari 6.1+. iOS 7.1+ */
    display: flex;
    -webkit-flex-flow: wrap column;
    /* Safari 6.1+ */
    flex-flow: wrap column;
    max-height: 150px;
    /* Limit height to whatever you need */
}

#upload-progress ul li {
    font-weight: bold;
}