.barcode-input{
  background-color: #FFFFFF;
  color: #000000;
  font-weight: bold;
  width: 60%;
  line-height: 2rem;
  padding: 0 0 0 10px;
  border-top: 3px solid #000000;
  border-left: 3px solid #000000;
  border-bottom: 3px solid #000000;
  border-right: none;
  border-radius: 0;

  outline: 0;
  font-size: .7142857143rem;
  margin: 0;
  height: 2rem;
  float: left;
}

::-webkit-input-placeholder {
   color: #000000;
   font-weight: normal;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;
   font-weight: normal;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;
   font-weight: normal;
}

:-ms-input-placeholder {
   color: #000000;
   font-weight: normal;
}

.generate-button{
  font-weight: 700;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #000000;
  color: #EFEFEF;
  width: 40%;
  line-height: 1rem;
  border: 3px solid #000000;
  position: relative;
  overflow: hidden;
  transition: background .2s cubic-bezier(.16,0,.06,1);

  outline: 0;
  font-size: .7142857143rem;
  margin: 0;
  height: 2rem;
  float: left;

  cursor: pointer;
}

.generate-button:hover {
  background-color: #D67582;
}

button[disabled=disabled], button:disabled {
  cursor: auto;
}

.red-input{
  border-top: 3px solid #D67582;
  border-left: 3px solid #D67582;
  border-bottom: 3px solid #D67582;
}

.red-button{
  background-color: #D67582;
  border: 3px solid #D67582;
}

.red-button-no-border{
  background-color: #D67582;
}
