/* Password */
.bv_form_input.password{
  position:relative;
}
.password_toggle{
  content: "\f06e";
  cursor: pointer;
  display:inline-block;
  font-family: "Font Awesome 5 Free" !important;
  position: absolute;
  font-size: 24px!important;
  width:40px;
  height:40px;
  left:  567px;
  top: -3px;
  color: #56575e;
  text-align: center;
}
.password_toggle::after{
  color: #56575e;
  content: "\f06e";
}
.password_toggle.toggled::After{
  content: "\f070";
}
input.password+.password_toggle.toggled{
  -webkit-text-security: none; /* Show plain text in WebKit browsers */
}
.bv_form_input>input{
  border: 0px none;
  padding: 2px 6px;
  display: inline;
  height: 28px !important;
  font-size: 16px;
  outline: 0 none;
  width:400px;
}
.redaktionell .bv_form_input,.bv_form_checkbox,.bv_form_multiple_checkbox,.bv_form_radiobuttons{
  margin-bottom: 10px;
  min-height:32px;
}
.redaktionell input[type="submit"]:disabled{
  color:#444444!important;
}
.bv_form_input>label{
  display:inline-block;
  width:200px;
}
input.error{
  border: 1px solid #e2001a;
}
.tx-t3sremondisbenutzerverwaltung-pi-passwordchangeonly input[type="submit"]{
  border: 0px none;
  padding: 2px 6px;
  display: inline;
  height: 28px !important;
  font-size: 16px;
  outline: 0 none;
  width:400px;
  color:black;
}