.form-group textarea.note-single-row {
    height: 35px;
}
.flash-messages .alert {
    position: fixed;
    z-index: 100;
    top: 68px;
}
@media (max-width: 576px) {
    .card .card-body {
        padding: 10px;
    }
}