﻿.required:after {
    content: " *";
    color: red;
}

/* fixed app.css Date Picker show behind modal form */
.datepicker.datepicker-dropdown {
    z-index: 2000 !important;
}

/* modified app.css */
.login {
    min-height: 50vh;
}

.table {
    min-height: 200px;
}