/* Hide the “Last access” (4th) column in the Participants table */
table#participants th.c4,
table#participants td.c4 {
  display: none !important;
}
/* CCAB_LOGIN_BG_START */
body.pagelayout-login,
body.pagelayout-login #page {
  background-image: url('/theme/ccab/pix/login-bg.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
/* CCAB_LOGIN_BG_END */
/* CCAB_LOGIN_INPUTS_FIX_START */
#page-login-index .loginbox .form-control { width: 100%; }
#page-login-index .loginbox .input-group { width: 100%; display: flex; }
#page-login-index .loginbox .input-group > .form-control { flex: 1 1 auto; min-width: 0; }
/* CCAB_LOGIN_INPUTS_FIX_END */
/* CCAB_LOGIN_INPUTS_FIX_V2 */
#page-login-index .loginbox .form-group .col-md-9,
#page-login-index .loginbox .form-group .col-sm-9,
#page-login-index .loginbox .form-group .col-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

#page-login-index .loginbox .form-control,
#page-login-index .loginbox .input-group {
  width: 100% !important;
}

#page-login-index #username.form-control,
#page-login-index #password.form-control {
  width: 100% !important;
  max-width: none !important;
}

#page-login-index .loginbox .input-group > .form-control {
  flex: 1 1 auto;
  min-width: 0;
}
