/**
 * This is a customizable CSS file where classes can be
 * added that appear in the celanio backend web-editor.
 *
 * If necessary override this file in customer space.
 */
/**
 *  This file defines the general layout for the
 *  external pages of celanio.
 *
 *  @author    Rogowski, Dennis
 *  @copyright celanio GmbH
 */
/* Fonts */

/*# sourceMappingURL=custom.css.map */

.panel-body .cel-error,
.card-body .cel-error {
    border-width: 2px;
    border-color: #a94442 !important;
}