body {

background-image: url('../imagens/login/Barra-principal.png');
background-size: cover;
background-repeat:no-repeat;

}


.w3-container.logo-sistema img{
  width:25%;
  height:10%;
  min-width:350px;
  min-height:80px;
  margin-top:30px;
}

.box-login {
  position:fixed;
  left: 65%;
  top: 18%;
  background-color:#e8e7e8;
  min-width:320px;
  min-height:320px;
  border-radius: 15px;
}

.box-login img {
  max-width:100px;
  max-height:100px;
  margin-top:5px;
}

.w3-container.container-inputs {
  margin-top:10px;
}

#img-usuario {
  max-width:90px;
  max-height:40px;
  margin-left:-29px;
  position:absolute;
}

#input-usuario {
  max-width: 250px;
  max-height: 30px;
  margin-left:50px;
  margin-top:5px;
  border-radius:5px;
  padding:5px;
}


.w3-row.container-senha {
  margin-top: 10px;
}


.w3-btn-block.btentrar {
  height:3em;
  background-color:#3e69ac;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
}

#container-btentrar {
  width:100%;
  position:absolute;
  bottom:0;
  border-radius:15px;
}


.w3-half {
}
