.error{
    color: red;
}
.profile-image{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
    overflow: hidden;
    justify-content: center;
    border: 0.5rem solid #f6f5fb;
    box-shadow: 1px 1px 18px 11px rgba(186,186,202,.24);
    margin: 0px auto;
}
select.form-control, input.form-control{
    color: #858796 !important;   
}
#leaveHoliday_filter{
    display: none;
}