label.error{
  color: red;
  font-weight: 600;
  line-height: 38px;
  margin-top: 0;
  position: absolute;
  right: 5px;
  text-align: right;
  top: 0;
  width: auto;
  font-weight: 300;
}

.custom-label .error{
	line-height: 30px;
}

input.error {
    border-color: #ed1847;
     border-color: #66afe9;
     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
     outline: 0 none;
}

label.valid {
  color: red;
  font-weight: 400;
  margin-top: 0px;
  font-weight: 400;
}

.cart .account.open label.error{
  color: red;
  font-weight: 600;
  line-height: 18px;
  margin-top: 0;
  position: inherit;
  left: 0px;
  text-align: left;
  top: 0;
  width: 100%;
  font-weight: 300;
  padding-top: 15px;
}