/*
*{
    box-shadow: inset 0px 0px 1px rgba(255,0,0,0.5);
}
*/

.img-lj{
  height: 200px;
  width: 100px;
}
.espaco-fundo{
margin-bottom: 80px;
}

.navegacao{
    background-color: rgb(154,171,194);
    color: black;
}
.rodape{
  background-color: rgb(154,171,194);
  color: black;
}

.box-produto{
    border: 1px solid rgb(150,150,150);
    border-radius: 10px;
}
.link{
    text-decoration: none;
}
/*********************************************************************/
.label-float {
  position: relative;
  padding-top: 13px;
}

.label-float input {
  border: 1px solid lightgrey;
  border-radius: 5px;
  outline: none;
  min-width: 250px;
  padding: 15px 20px;
  font-size: 16px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-appearance: none;
}
.label-float input :focus {
  border: 2px solid #3951b2;
}

.label-float input::placeholder {
  color: transparent;
}

.label-float label {
  pointer-events: none;
  position: absolute;
  top: calc(40% - 8px);
  left: 15px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  background-color: white;
  padding: 5px;
  box-sizing: border-box;
}

.label-float input:required:invalid+label {
  color: red;
}

.label-float input:focus:required:invalid {
  border: 2px solid red;
}

.label-float input:required:invalid+label:before {
  content: '*';
}

.label-float input:focus+label, .label-float input:not(:placeholder-shown)+label {
  font-size: 13px;
  top: 0;
  color: #3951b2;
}
/*********************************************************************/
