.dz-success-mark {
    display: none !important;
}

.dz-progress {
    display: none !important;
}

.dz-error-mark {
    background-color: #fe454f !important;
}

.dz-error-message {
    color: white !important;
}

.dz-error-message:before {
    color: white !important;
}

.dropzone-previews .dz-preview.dz-error:hover .dz-error-message {
    background: #fe454f !important;
}

.dropzone-previews .dz-preview .dz-error-mark >span:before {
    color: white !important;
}

.textarea-max-counter {
    margin-left: 5px;
}

.styled-list ul {
    margin-left: initial;
    padding-left: 40px;
}

.styled-list ul li {
    list-style: initial;
}

.ms-sel-ctn {
    overflow-x: hidden;
}

.form-signin h2.form-signin-heading {
    background-image: url('/images/icons/logo.svg');
}
