.s-validation-status {
  width: 18px;
  height: 18px;
  text-align: center;
  color: #888888;
}

.s-validation-status > .s-ok {
  color: #36b37e;
}

.s-validation-status > .s-error,
.s-validation-status > .s-warn {
  color: #ff5630;
}