.help-block.error, 
.help-block.success,
.frm-success-cont {
	display: none;
}
.d3form-file-field.has-error .error {
    display: block;
}

#d3FormsErrorModal {
    background: red;
    padding: 10px;
    max-width: 400px;
    color: #fff;
    position: fixed;
    z-index: 1000;
    font-size: 1.25rem;
}
#d3FormsErrorModal .d3close {
    width: 20px;
    margin-left: auto;
    text-align: center;
    margin-bottom: 2px;
    cursor: pointer;
}
.d3forms-modal-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background: rgba(4,4,4,0.5);
    top: 0;
}