.field-validation-error {
  position: relative;
    margin-top: 8px;
    display: block;
    color: #f0506e;
}

.input-validation-error {
    color: #f0506e;
    border-color: #f0506e;
}

.display-none {
    display: none;
}

.fullscreen-overlay {
    z-index: 1000;
    background: rgba(0, 0, 0, .7);
    color: rgba(255, 255, 255, .7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
}