a#add-contact-people {
    display: block;
    margin: 10px 0;
}

input.margin-top {
    margin-top: 10px;
}

a.delete-contact-people {
    float: right;
    position: relative;
    top: -25px;
    color: #ea331a;
}

#max-files-exceeded-note {
    display: none;
}

.dz-max-files-reached {
    cursor: default;
    opacity: 0.5;
}