#accountlist {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    bottom: 0;
}
/* BEGIN ANSIBLE MANAGED BLOCK */
label[for=rcmloginuser] {
  padding-right: 20px;
  visibility: hidden;
  position: relative;
}
label[for=rcmloginuser]:before {
  visibility: visible;
  position: absolute;
  content: 'EMail-Adresse';
}
label[for=rcmloginpwd] {
  visibility: hidden;
  position: relative;
}
label[for=rcmloginpwd]:before {
  visibility: visible;
  position: absolute;
  content: 'Passwort';
}
/* END ANSIBLE MANAGED BLOCK */
