.fosBlock .modal-header {
    background: #2c4e9e;
}

.fosBlock .modal-header img.reversed {
    height: 32px;
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(37deg) brightness(106%) contrast(100%);
}

.fosBlock .modal-title {
    padding-left: 32px;
}

.modal_submit.sending {
    pointer-events: none;
    opacity: 0.6;
}

.modal_submit.sending:hover {
    cursor: not-allowed;
}
