.filed {
  border: 1px solid #0f0;
  display: inline-block;
  padding: 3px 3px;
  cursor: pointer;
}

#filedvalue {
  text-align: left;
  border: none;
  background-color: white;
  color: blue;
}

 .containerlogin::after {
  content: "";
  background: url(../img/ett_o_noll.jpg); 
  background-repeat:no-repeat;
  background-position: center center;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; 
  object-fit: contain;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  flex: 1; 
}
