#help-block{
  width: 90px;
  height: 80px;
  right: 0;
  top: 50px;
  position: fixed;
  z-index: 100;
  display: block;
  position: fixed;
  background-color: #efefef;
  border-radius: 40px 0 0 40px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
#help-block a{
  background: url('../../images/red-cross.png');
  background-size: 100%;
  display: block;
  position: absolute;
  width: 59px;
  height: 59px;
  left: 10px;
  top: 11px;
}

#block-simplana2024-userlogin {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}

#block-simplana2024-userlogin input{
  width: 100%;
}

#block-simplana2024-userlogin ul{
  list-style: none;
  padding: 0;
  text-align: center;
}

