.tasklist {
    background: #EFF4F5;
	padding-bottom: 20px !important;
	padding-top: 30px !important;
}
.tasklist ul li {list-style:none}
.tasklist .table-bordered {
    background: #F9FBFB;
	margin-bottom: .5rem;
}
.tasklist .custom-text {
    height: 50px !important;
    font-size: 15px;
    padding-left: 15px;
    border-radius: 6px !important;
}
.tasklist .custom-text.smallfont {
    font-size: 13px;
}
.tasklist .inputfile.custom-text {
    height: auto !important;
}