/*
 * The form reuses the theme's .registration-form styles so it renders
 * identically to the legacy markup. Only the AJAX feedback box, the empty
 * notice and the date radios' cursor need extra rules here.
 */

.registration-form .dox-gr__notice {
    color: rgba(255, 255, 255, 0.85);
    font-style: italic;
}

.registration-form .selected-meeting-date,
.registration-form .date-text {
    cursor: pointer;
}

.dox-gr__feedback {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 2px;
    font-size: 0.95rem;
    color: #fff;
}

.dox-gr__feedback--error {
    background: rgba(237, 28, 64, 0.18);  /* --dockb-red */
    border: 1px solid rgba(237, 28, 64, 0.5);
}

.dox-gr__feedback--success {
    background: rgba(93, 164, 32, 0.18);  /* --dockb-green */
    border: 1px solid rgba(93, 164, 32, 0.5);
}
