body {
    background-color: #f4f5f7;
}

.wrapper {
    background-color: white;
}

.section-header-bg {
  position: relative;
  overflow: hidden;
}

.section-header-bg::before {
    content: "";
    position: absolute;
    top: -10px; left: -10px;
    bottom: -10px; right: -10px;
    background: url(/static/img/perspective_chart.jpg) center center;
    background-size: cover;
    filter: blur(5px);
}

.has-danger .input-group {
    border: #dc3545 1px solid;
}

.timepicker.form-control {
    background: #fff;
}
