/* Disable Forgot Password link */
.forget-password-link {
    display: none !important;
}
/* Hide only Signup button */
form button.btn.rounded-btn:nth-of-type(2) {
    display: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
}
