body{
  background-color: #f8f8f8;
}
.wrap-main{
  background-color: #fff;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 440px;
  margin-left: -220px;
  height: 430px;
  margin-top: -215px;
}
.wrap-form{
  padding: 40px;
}
.ti{
  display: block;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  color: #282828;
  text-transform: uppercase;
  text-align: center;
}
.ti-two{
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 0 5px;
  line-height: 20px;
  margin-top: 20px;
  color: #606975;
}
#userLogin{
  display: block;
  margin-top: 30px;
}
#userLogin > input{
  display: block;
  width: 100%;
  height: 45px;
  border: none;
  margin-top: 15px;
  border-radius: 50px;
  font-size: 13px;
  padding: 0 15px;
  color: #606975;
  background: #F8F8F8;
}
#userLogin > input:focus{
  border: none;
  outline: none !important;
}
.olvido-contrasena{
  display: block;
  font-size: 12px;
  color: #1a1a1a;
  margin: 13px 0;
  font-weight: 400;
  transition: 0.3s;
}
.button-login{
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
  border-radius: 50px;
  font-size: 14px;
  padding: 0 10px;
  background: #1a1a1a;
  color: #fff;
  border: none;
  transition: 0.3s;
  text-transform: uppercase;
}
.button-login:disabled{
  opacity: 0.5;
}
.blocking{
  display: block;
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 0 17px;
  line-height: 16px;
  color: #606975;
}
.error{
  font-size: 12px;
  color: red;
  text-align: left;
  font-style: italic;
}
.loader_dual {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.loader_dual:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  animation: loader_dual 1.2s linear infinite;
}
.white_dual_loader:after {
  border: 3px solid #FFF;
  border-color: #FFF transparent #FFF transparent;
}
@keyframes loader_dual {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  font-size: 12px !important;
}
.home{
  background: #1a1a1a;
  height: 250px;
}
.wrap-upc{
  padding-top: 45px;
  color: #fff;
}
.wrap-upc > input{
  width: 270px;
  height: 40px;
  border-radius: 50px;
  font-size: 14px;
  margin-top: 20px;
  border: none;
}
.wrap-upc > input:focus{
  outline: none !important;
}
.show-product{
  margin-top: 30px;
}
.contenedor-marca{
  background-color: #fff;
  border-radius: 7px;
  padding: 15px;
  margin-bottom: 20px;
}
.fotografia{
  color: #5F626A;
    cursor: pointer;
    width: 200px;
    height: 200px;
    position: relative;
    display: block;
    border: 2px dashed #e0e6f5;
    border-radius: 10px;
    overflow: hidden;
    transition: background ease .5s;
    pointer-events: none;
}
.fotografia > img{
  width: 100%;
}
.p-label{
  display: block;
  font-size: 12px;
  color: grey;
}
.p-value{
  display: block;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}
.table>tbody{
  font-size: 12px;
}
tbody, td, tfoot, th, thead, tr{
  font-size: 12px;
}

.search_button{
  height: 40px;
    padding: 0 30px;
    border-radius: 50px;
    background: dodgerblue;
    border: none;
    margin-left: 5px;
    color: #fff;
}