.required:after {
    content: '*';
    color: red;
    padding-left: 5px;
}

.custom-alert-danger {
    padding: 0.75rem 1.25rem !important;
    color: #810202 !important;
    background-color: #fecdcd !important;
    border-color: #fdb8b8 !important;
}

#special-message-modal .modal-title {
    font-size: 1.5rem;
}

#special-message-modal .modal-body {
    font-size: 1rem;
}

#special-message-modal .modal-content {
    background-color: rgba(244, 67, 54, 0.9);
    color: #fff;
}