body .invalid {
  color: #ed1847;
}
body .valid {
  color: #0953c0;
}
body .valid-block {
  text-align: center;
  margin-bottom: 20px;
}
