/* css file modificatioins for new portal updates */



/* change the URL to modify the background image OR just put a color code to replace the image by a simple color; keep the "!important" tag */
 body.SessionIdentifierLogInOut {
   background: url(https://civis.eu/storage/files/university-bruxelles.jpg) no-repeat center center fixed !important;
  } 
  
  
/* change the URL to modify the logo; adapt to background-size to resize the logo*/
.SessionIdentifierLogInOut .login-mainContainer .pageCover {
  background: url("https://www.ulb.be/uas/ulbout/LOGO/Logo-ULB.svg") no-repeat scroll center 30px white;
  background-size: 200px;
}
  
/* change the color code to modify the colour of the login button */
.login-mainContainer .loginContainer button, .login-mainContainer .reminderContainer button, .login-mainContainer .loginContainer input[type=submit], .login-mainContainer .reminderContainer input[type=submit] {
    background: #98b5d9 ;
}