body{
/*  background: url('/static/images/uma.jpg') no-repeat center center fixed;*/
    background-size: cover;
    min-height: 100%;
    padding: 20px;
}
    .nav-link .badge-number {
    position: absolute;
    inset: 4px 0px auto auto;
    /*font-weight: normal;*/
    font-size: 13px;
    padding: 2px 0px;}
    form #eyeSlash,#eye,#user {
  width: 18px;
  height: 18px;
  cursor: pointer;
  float: right;
  margin-top: -23px;
  margin-right: 10px;
  z-index: 4;
  position: relative;
}
form #eye {
  display: block;
  fill: #fff;
  transition: all 0;
}
form #eyeSlash {
  display: none;
  fill: #fff;
  transition: all 0;
}