.btn.btn-remove { 
background-color: red; 
border-color: red; 
color: white; 
} 

.btn.btn-remove:hover {
    color: #e7e7e7;
}



.btn.btn-secondary { 
background-color: green; 
border-color: green; 
color: white; 
} 

.btn.btn-secondary:hover {
    color: #e7e7e7;
}

.btn.btn-edit { 
background-color: blue; 
border-color: blue; 
color: white; 
 
} 

.btn.btn-edit:hover {
    color: #e7e7e7;
}





/* makes login form semi-transparent */
.function-login .rnr-c > *
{  
  background: rgba(17,17,17,0.85) !important;
}

body.function-login {
  height:100%;
  /*background:transparent url("https://coolpoint.co.uk/clickpointv2/images/splashscreen_new.jpg") no-repeat center center fixed;
  background-size:contain;
}

body.function-changepwd {
  height:100%;
  background:transparent url("https://coolpoint.co.uk/clickpointv2/images/splashscreen.jpg") no-repeat center center fixed;
  background-size:contain;
}

body.function-changepwd_success {
  height:100%;
  background:transparent url("https://coolpoint.co.uk/clickpointv2/images/splashscreen.jpg") no-repeat center center fixed;
  background-size:contain;
}
