.link-unstyled {
  text-decoration: inherit;
    color: inherit;
}

.link-unstyled:visited {
    text-decoration: inherit;
    color: inherit;
  }

.has-error{
	color: red;
}