.error-red{border: 1px solid #d8001d !important;}*/
/*
.red {border: 1px solid #d8001d !important;}
.red::-webkit-input-placeholder { color: #d8001d !important; font-weight :bold !important; }
.red:-moz-placeholder { color: #d8001d !important; font-weight: bold !important; }
.red::-moz-placeholder { color: #d8001d !important; font-weight: bold !important; }
.red:-ms-input-placeholder { color: #d8001d !important; font-weight: bold !important; }
*/

.error {
  display: none;
  color: #d8001d;
  font-weight: bold;
  width: 100%;
  margin-top: 10px;
  display: block;
  float: left;
  margin-bottom: -10px;
}
